Package com.netscape.certsrv.system
Class SystemCertData
java.lang.Object
com.netscape.certsrv.system.SystemCertData
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected CertId
protected String
protected String
protected String
protected RequestId
protected String
protected String
protected String
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCert()
getKeyID()
getToken()
getType()
int
hashCode()
void
void
void
setKeyAlgorithm
(String keyAlgorithm) void
void
setProfile
(String profile) void
setRequestID
(RequestId requestID) void
setSigningAlgorithm
(String signingAlgorithm) void
void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.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
public int hashCode() -
equals
-