Class CertDataInfo
java.lang.Object
com.netscape.certsrv.cert.CertDataInfo
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CertDataInfostatic CertDataInfogetID()getType()inthashCode()voidvoidsetIssuedBy(String issuedBy) voidsetIssuedOn(Date issuedOn) voidsetIssuerDN(String issuerDN) voidsetKeyAlgorithmOID(String keyAlgorithmOID) voidsetKeyLength(Integer keyLength) voidsetNotValidAfter(Date notValidAfter) voidsetNotValidBefore(Date notValidBefore) voidsetRevokedBy(String revokedBy) voidsetRevokedOn(Date revokedOn) voidvoidsetSubjectDN(String subjectDN) voidvoidsetVersion(Integer version) toXML()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
equals
-
toDOM
-
fromDOM
-
toXML
-
fromXML
- Throws:
Exception
-