Interface ClientCryptoManagerConstant
-
public interface ClientCryptoManagerConstant- Since:
- 1.1.2
- Author:
- Anusha Sunkada
-
-
Field Summary
Fields Modifier and Type Field Description static StringDB_PWD_FILEstatic StringDISABLEDstatic StringEMPTYstatic StringENABLEDstatic StringINITIALIZATIONstatic StringKEY_PATHstatic StringKEYS_DIRstatic StringNON_TPMstatic StringSERVER_PROD_PROFILEstatic StringSESSIONIDstatic StringTPM
-
-
-
Field Detail
-
SESSIONID
static final String SESSIONID
- See Also:
- Constant Field Values
-
INITIALIZATION
static final String INITIALIZATION
- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
- See Also:
- Constant Field Values
-
TPM
static final String TPM
- See Also:
- Constant Field Values
-
NON_TPM
static final String NON_TPM
- See Also:
- Constant Field Values
-
SERVER_PROD_PROFILE
static final String SERVER_PROD_PROFILE
- See Also:
- Constant Field Values
-
KEY_PATH
static final String KEY_PATH
-
KEYS_DIR
static final String KEYS_DIR
- See Also:
- Constant Field Values
-
DB_PWD_FILE
static final String DB_PWD_FILE
- See Also:
- Constant Field Values
-
ENABLED
static final String ENABLED
- See Also:
- Constant Field Values
-
DISABLED
static final String DISABLED
- See Also:
- Constant Field Values
-
-