Class ChecksumConstant
- java.lang.Object
-
- de.adorsys.psd2.consent.service.sha.ChecksumConstant
-
public class ChecksumConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intASPSP_ACCESS_CHECKSUM_START_POSITIONstatic intCONSENT_CHECKSUM_START_POSITIONstatic StringDELIMITERstatic intVERSION_START_POSITION
-
-
-
Field Detail
-
DELIMITER
public static final String DELIMITER
- See Also:
- Constant Field Values
-
VERSION_START_POSITION
public static final int VERSION_START_POSITION
- See Also:
- Constant Field Values
-
CONSENT_CHECKSUM_START_POSITION
public static final int CONSENT_CHECKSUM_START_POSITION
- See Also:
- Constant Field Values
-
ASPSP_ACCESS_CHECKSUM_START_POSITION
public static final int ASPSP_ACCESS_CHECKSUM_START_POSITION
- See Also:
- Constant Field Values
-
-