Package com.netscape.certsrv.cert
Class CertDataInfo
java.lang.Object
com.netscape.certsrv.cert.CertDataInfo
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CertDataInfo
static CertDataInfo
getID()
getType()
int
hashCode()
void
void
setIssuedBy
(String issuedBy) void
setIssuedOn
(Date issuedOn) void
setIssuerDN
(String issuerDN) void
setKeyAlgorithmOID
(String keyAlgorithmOID) void
setKeyLength
(Integer keyLength) void
setNotValidAfter
(Date notValidAfter) void
setNotValidBefore
(Date notValidBefore) void
setRevokedBy
(String revokedBy) void
setRevokedOn
(Date revokedOn) void
void
setSubjectDN
(String subjectDN) void
void
setVersion
(Integer version) toXML()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
CertDataInfo
public CertDataInfo()
-
-
Method Details
-
getID
-
setID
-
getSubjectDN
-
setSubjectDN
-
getIssuerDN
-
setIssuerDN
-
getStatus
-
setStatus
-
getType
-
setType
-
getVersion
-
setVersion
-
getKeyAlgorithmOID
-
setKeyAlgorithmOID
-
getKeyLength
-
setKeyLength
-
getNotValidBefore
-
setNotValidBefore
-
getNotValidAfter
-
setNotValidAfter
-
getIssuedOn
-
setIssuedOn
-
getIssuedBy
-
setIssuedBy
-
getRevokedOn
-
setRevokedOn
-
getRevokedBy
-
setRevokedBy
-
hashCode
public int hashCode() -
equals
-
toDOM
-
fromDOM
-
toXML
- Throws:
Exception
-
fromXML
- Throws:
Exception
-