Class CryptomanagerConstant
- java.lang.Object
-
- io.mosip.kernel.cryptomanager.constant.CryptomanagerConstant
-
public class CryptomanagerConstant extends Object
Constant class for Crypto-Manager-Service- Since:
- 1.0.0
- Author:
- Urvil Joshi
-
-
Field Summary
Fields Modifier and Type Field Description static StringDECRYPTstatic StringEMPTY_ATTRIBUTEstatic StringEMPTY_REGEXstatic StringENCRYPTstatic StringINVALID_REQUESTstatic StringSESSIONIDstatic intTHUMBPRINT_LENGTHstatic StringWHITESPACE
-
-
-
Field Detail
-
WHITESPACE
public static final String WHITESPACE
- See Also:
- Constant Field Values
-
INVALID_REQUEST
public static final String INVALID_REQUEST
- See Also:
- Constant Field Values
-
EMPTY_ATTRIBUTE
public static final String EMPTY_ATTRIBUTE
- See Also:
- Constant Field Values
-
EMPTY_REGEX
public static final String EMPTY_REGEX
- See Also:
- Constant Field Values
-
SESSIONID
public static final String SESSIONID
- See Also:
- Constant Field Values
-
ENCRYPT
public static final String ENCRYPT
- See Also:
- Constant Field Values
-
DECRYPT
public static final String DECRYPT
- See Also:
- Constant Field Values
-
THUMBPRINT_LENGTH
public static final int THUMBPRINT_LENGTH
- See Also:
- Constant Field Values
-
-