Class SystemCertData
java.lang.Object
com.netscape.certsrv.system.SystemCertData
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CertIdprotected Stringprotected Stringprotected Stringprotected RequestIdprotected Stringprotected Stringprotected StringFields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCert()getKeyID()getToken()getType()inthashCode()voidvoidvoidsetKeyAlgorithm(String keyAlgorithm) voidvoidsetProfile(String profile) voidsetRequestID(RequestId requestID) voidsetSigningAlgorithm(String signingAlgorithm) voidvoidtoString()Methods inherited from interface JSONSerializer
toJSON
-
Field Details
-
token
-
keyID
-
keyAlgorithm
-
requestID
-
signingAlgorithm
-
type
-
profile
-
certID
-
cert
-
-
Constructor Details
-
SystemCertData
public SystemCertData()
-
-
Method Details
-
getToken
- Returns:
- the token
-
setToken
- Parameters:
token- the token to set
-
getProfile
-
setProfile
-
getType
-
setType
-
getKeyID
-
setKeyID
-
getKeyAlgorithm
-
setKeyAlgorithm
-
getRequestID
-
setRequestID
-
getCertID
-
setCertID
-
getCert
- Returns:
- the cert
-
setCert
- Parameters:
cert- the cert to set
-
getSigningAlgorithm
-
setSigningAlgorithm
-
toString
-
hashCode
-
equals
-