Interface PartnerCertManagerConstants
-
public interface PartnerCertManagerConstantsConstants for Partner Certificate Manager- Since:
- 1.1.2
- Author:
- Mahammed Taheer
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAThe constant COMMAstatic StringEMPTYThe constant EMPTYstatic StringEQUALSThe constant EQUALSstatic StringHASH_SHA2The constant HASH_SHA2static StringPCM_UTILThe constant PCM_UTILstatic StringRSA_ALGORITHMThe constant RSA_ALGORITHMstatic intRSA_MIN_KEY_SIZEThe constant RSA_MIN_KEY_SIZEstatic StringSESSIONIDThe constant Session Id.static StringSUCCESS_UPLOADThe constant SUCCESS_UPLOADstatic StringTRUST_INTERThe constant TRUST_INTERstatic StringTRUST_ROOTThe constant TRUST_ROOTstatic StringUPLOAD_CA_CERTThe constant UPLOAD_CA_CERTstatic StringUPLOAD_PARTNER_CERTThe constant UPLOAD_PARTNER_CERT
-
-
-
Field Detail
-
SESSIONID
static final String SESSIONID
The constant Session Id.- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
The constant EMPTY- See Also:
- Constant Field Values
-
EQUALS
static final String EQUALS
The constant EQUALS- See Also:
- Constant Field Values
-
COMMA
static final String COMMA
The constant COMMA- See Also:
- Constant Field Values
-
UPLOAD_CA_CERT
static final String UPLOAD_CA_CERT
The constant UPLOAD_CA_CERT- See Also:
- Constant Field Values
-
PCM_UTIL
static final String PCM_UTIL
The constant PCM_UTIL- See Also:
- Constant Field Values
-
TRUST_ROOT
static final String TRUST_ROOT
The constant TRUST_ROOT- See Also:
- Constant Field Values
-
TRUST_INTER
static final String TRUST_INTER
The constant TRUST_INTER- See Also:
- Constant Field Values
-
SUCCESS_UPLOAD
static final String SUCCESS_UPLOAD
The constant SUCCESS_UPLOAD- See Also:
- Constant Field Values
-
UPLOAD_PARTNER_CERT
static final String UPLOAD_PARTNER_CERT
The constant UPLOAD_PARTNER_CERT- See Also:
- Constant Field Values
-
RSA_ALGORITHM
static final String RSA_ALGORITHM
The constant RSA_ALGORITHM- See Also:
- Constant Field Values
-
RSA_MIN_KEY_SIZE
static final int RSA_MIN_KEY_SIZE
The constant RSA_MIN_KEY_SIZE- See Also:
- Constant Field Values
-
HASH_SHA2
static final String HASH_SHA2
The constant HASH_SHA2- See Also:
- Constant Field Values
-
-