Class KeymanagerConstant
- java.lang.Object
-
- io.mosip.kernel.keymanager.hsm.constant.KeymanagerConstant
-
public final class KeymanagerConstant extends Object
Constants for Softhsm Keystore- Since:
- 1.0.0
- Author:
- Dharmesh Khandelwal
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOTString constant for dotstatic StringSIGNATURE_ALGORITHMString constant for signature algorithm
-
-
-
Field Detail
-
DOT
public static final String DOT
String constant for dot- See Also:
- Constant Field Values
-
SIGNATURE_ALGORITHM
public static final String SIGNATURE_ALGORITHM
String constant for signature algorithm- See Also:
- Constant Field Values
-
-