Class CertRevokeRequest
java.lang.Object
com.netscape.certsrv.cert.CertRevokeRequest
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CertRevokeRequeststatic CertRevokeRequestgetNonce()inthashCode()voidsetComments(String comments) voidsetEncoded(String encoded) voidsetInvalidityDate(Date invalidityDate) voidvoidtoXML()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
CertRevokeRequest
public CertRevokeRequest()
-
-
Method Details
-
getReason
-
setReason
-
getInvalidityDate
-
setInvalidityDate
-
getComments
-
setComments
-
getEncoded
-
setEncoded
-
getNonce
-
setNonce
-
hashCode
-
equals
-
toDOM
-
fromDOM
-
toXML
-
fromXML
- Throws:
Exception
-