Package com.netscape.certsrv.system
Class SystemCertData
java.lang.Object
com.netscape.certsrv.system.SystemCertData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCert()
String[]
boolean
getTag()
getToken()
getType()
int
hashCode()
void
void
setDNSNames
(String[] dnsNames) void
setKeyCurveName
(String keyCurveName) void
setKeySize
(String keySize) void
setNickname
(String nickname) void
setProfile
(String profile) void
setRequest
(String request) 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
-
keySize
-
keyCurveName
-
request
-
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
-
getKeySize
- Returns:
- the keySize
-
setKeySize
- Parameters:
keySize
- the keySize to set
-
getKeyCurveName
- Returns:
- the keyCurveName
-
setKeyCurveName
- Parameters:
keyCurveName
- the keyCurveName to set
-
getRequest
- Returns:
- the request
-
setRequest
- Parameters:
request
- the request to set
-
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
-
equals
-