Class SystemCertData
java.lang.Object
com.netscape.certsrv.system.SystemCertData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCert()String[]booleangetTag()getToken()getType()inthashCode()voidvoidsetDNSNames(String[] dnsNames) voidsetKeyCurveName(String keyCurveName) voidsetKeySize(String keySize) voidsetNickname(String nickname) voidsetProfile(String profile) voidsetRequest(String request) voidsetSubjectDN(String subjectDN) voidvoidvoidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-