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 String[]
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected RequestId
protected String
protected String
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()
String[]
boolean
getTag()
getToken()
getType()
int
hashCode()
void
void
setDNSNames
(String[] dnsNames) void
void
setKeyAlgorithm
(String keyAlgorithm) void
setKeyCurveName
(String keyCurveName) void
setKeySize
(String keySize) void
setKeyType
(String keyType) void
setNickname
(String nickname) void
setProfile
(String profile) void
setRequest
(String request) void
setRequestID
(RequestId requestID) void
setRequestType
(String requestType) void
setSubjectDN
(String subjectDN) void
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
-
tag
-
nickname
-
token
-
profile
-
type
-
keyType
-
keySize
-
keyCurveName
-
ecType
-
keyAlgorithm
-
requestType
-
request
-
requestID
-
subjectDN
-
cert
-
req_ext_oid
-
req_ext_critical
-
req_ext_data
-
dnsNames
-
-
Constructor Details
-
SystemCertData
public SystemCertData()
-
-
Method Details
-
getTag
- Returns:
- the tag
-
setTag
- Parameters:
tag
- the tag to set
-
getNickname
- Returns:
- the nickname
-
setNickname
- Parameters:
nickname
- the nickname to set
-
getToken
- Returns:
- the token
-
setToken
- Parameters:
token
- the token to set
-
getProfile
-
setProfile
-
getType
-
setType
-
getKeyType
-
setKeyType
-
getKeySize
- Returns:
- the keySize
-
setKeySize
- Parameters:
keySize
- the keySize to set
-
getKeyCurveName
- Returns:
- the keyCurveName
-
setKeyCurveName
- Parameters:
keyCurveName
- the keyCurveName to set
-
getEcType
-
setEcType
-
getKeyAlgorithm
-
setKeyAlgorithm
-
getRequestType
-
setRequestType
-
getRequest
- Returns:
- the request
-
setRequest
- Parameters:
request
- the request to set
-
getRequestID
-
setRequestID
-
getSubjectDN
- Returns:
- the subjectDN
-
setSubjectDN
- Parameters:
subjectDN
- the subjectDN to set
-
getCert
- Returns:
- the cert
-
setCert
- Parameters:
cert
- the cert to set
-
getReqExtOID
- Returns:
- the req_ext_oid
-
getReqExtData
- Returns:
- the req_ext_data
-
getReqExtCritical
public boolean getReqExtCritical()- Returns:
- the req_ext_critical
-
getDNSNames
-
setDNSNames
-
toString
-
hashCode
public int hashCode() -
equals
-