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 Stringprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected RequestIdprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCert()String[]booleangetTag()getToken()getType()inthashCode()voidvoidsetDNSNames(String[] dnsNames) voidvoidsetKeyAlgorithm(String keyAlgorithm) voidsetKeyCurveName(String keyCurveName) voidsetKeySize(String keySize) voidsetKeyType(String keyType) voidsetNickname(String nickname) voidsetProfile(String profile) voidsetRequest(String request) voidsetRequestID(RequestId requestID) voidsetRequestType(String requestType) 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
-
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
-