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 StringAUTH_DOMAINstatic StringCERT_TRUST_VALIDATIONstatic StringCOMMAThe constant COMMAstatic StringEMPTYThe constant EMPTYstatic StringEQUALSThe constant EQUALSstatic StringFTM_PARTNER_DOMAINstatic StringGET_PARTNER_CERTstatic StringHASH_SHA2The constant HASH_SHA2static StringPARTIAL_SUCCESS_UPLOADThe constant PARTIAL_SUCCESS_UPLOADstatic StringPCM_UTILThe constant PCM_UTILstatic StringROOT_APP_IDstatic 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_FAILEDThe constant UPLOAD_FAILEDstatic StringUPLOAD_PARTNER_CERTThe constant UPLOAD_PARTNER_CERTstatic intYEAR_DAYS
-
-
-
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
-
PARTIAL_SUCCESS_UPLOAD
static final String PARTIAL_SUCCESS_UPLOAD
The constant PARTIAL_SUCCESS_UPLOAD- See Also:
- Constant Field Values
-
UPLOAD_FAILED
static final String UPLOAD_FAILED
The constant UPLOAD_FAILED- 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
-
YEAR_DAYS
static final int YEAR_DAYS
- See Also:
- Constant Field Values
-
GET_PARTNER_CERT
static final String GET_PARTNER_CERT
- See Also:
- Constant Field Values
-
CERT_TRUST_VALIDATION
static final String CERT_TRUST_VALIDATION
- See Also:
- Constant Field Values
-
FTM_PARTNER_DOMAIN
static final String FTM_PARTNER_DOMAIN
- See Also:
- Constant Field Values
-
ROOT_APP_ID
static final String ROOT_APP_ID
- See Also:
- Constant Field Values
-
AUTH_DOMAIN
static final String AUTH_DOMAIN
- See Also:
- Constant Field Values
-
-