Class CipherToolConstants
- java.lang.Object
-
- org.wso2.carbon.mediation.security.vault.cipher.tool.CipherToolConstants
-
public class CipherToolConstants extends Object
Keeps the constant values related to cipher tool
-
-
Field Summary
Fields Modifier and Type Field Description static String
SECURITY_KEY_STORE_KEY_ALIAS
static String
SECURITY_KEY_STORE_LOCATION
static String
SECURITY_KEY_STORE_TYPE
-
Constructor Summary
Constructors Constructor Description CipherToolConstants()
-
-
-
Field Detail
-
SECURITY_KEY_STORE_LOCATION
public static final String SECURITY_KEY_STORE_LOCATION
- See Also:
- Constant Field Values
-
SECURITY_KEY_STORE_KEY_ALIAS
public static final String SECURITY_KEY_STORE_KEY_ALIAS
- See Also:
- Constant Field Values
-
SECURITY_KEY_STORE_TYPE
public static final String SECURITY_KEY_STORE_TYPE
- See Also:
- Constant Field Values
-
-