Package com.netscape.certsrv.cert
Class CertRevokeRequest
java.lang.Object
com.netscape.certsrv.cert.CertRevokeRequest
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
CertRevokeRequest
public CertRevokeRequest()
-
-
Method Details