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 boolean
protected String
protected CertId
protected String[]
protected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected RequestId
protected String
protected String
protected boolean
protected String
protected String
protected String
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getCert()
String[]
getKeyID()
boolean
boolean
boolean
getToken()
getType()
int
hashCode()
void
setAdjustValidity
(boolean adjustValidity) void
void
void
setDNSNames
(String[] dnsNames) void
setKeyAlgorithm
(String keyAlgorithm) void
setKeyCurveName
(String keyCurveName) void
void
setKeySize
(String keySize) void
setKeyType
(String keyType) void
setKeyWrap
(boolean keyWrap) void
setNickname
(String nickname) void
setProfile
(String profile) void
setRequest
(String request) void
setRequestID
(RequestId requestID) void
setRequestType
(String requestType) void
setSigningAlgorithm
(String signingAlgorithm) void
setSslECDH
(boolean sslECDH) void
setSubjectDN
(String subjectDN) 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
-
nickname
-
token
-
keyID
-
keyType
-
keySize
-
keyWrap
protected boolean keyWrap -
keyCurveName
-
sslECDH
protected boolean sslECDH -
keyAlgorithm
-
requestID
-
requestType
-
request
-
subjectDN
-
req_ext_oid
-
req_ext_critical
-
req_ext_data
-
dnsNames
-
adjustValidity
protected boolean adjustValidity -
signingAlgorithm
-
type
-
profile
-
certID
-
cert
-
-
Constructor Details
-
SystemCertData
public SystemCertData()
-
-
Method Details
-
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
-
getKeyID
-
setKeyID
-
getKeyType
-
setKeyType
-
getKeySize
- Returns:
- the keySize
-
setKeySize
- Parameters:
keySize
- the keySize to set
-
getKeyWrap
public boolean getKeyWrap() -
setKeyWrap
public void setKeyWrap(boolean keyWrap) -
getKeyCurveName
- Returns:
- the keyCurveName
-
setKeyCurveName
- Parameters:
keyCurveName
- the keyCurveName to set
-
getSslECDH
public boolean getSslECDH() -
setSslECDH
public void setSslECDH(boolean sslECDH) -
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
-
getCertID
-
setCertID
-
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
-
getAdjustValidity
public boolean getAdjustValidity() -
setAdjustValidity
public void setAdjustValidity(boolean adjustValidity) -
getSigningAlgorithm
-
setSigningAlgorithm
-
toString
-
hashCode
public int hashCode() -
equals
-