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