Uses of Class
netscape.security.x509.RevokedCertImpl
-
Packages that use RevokedCertImpl Package Description com.netscape.certsrv.ca com.netscape.certsrv.request com.netscape.cms.servlet.base -
-
Uses of RevokedCertImpl in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca with parameters of type RevokedCertImpl Modifier and Type Method Description voidICRLIssuingPoint. addRevokedCert(java.math.BigInteger serialNumber, RevokedCertImpl revokedCert)Adds revoked certificate to delta-CRL cache.voidICRLIssuingPoint. addRevokedCert(java.math.BigInteger serialNumber, RevokedCertImpl revokedCert, java.lang.String requestId)Adds revoked certificate to delta-CRL cache.voidICAService. revokeCert(RevokedCertImpl crlentry)Marks certificate record as revoked by adding revocation information.voidICAService. revokeCert(RevokedCertImpl crlentry, java.lang.String requestId)Marks certificate record as revoked by adding revocation information. -
Uses of RevokedCertImpl in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return RevokedCertImpl Modifier and Type Method Description RevokedCertImpl[]IRequest. getExtDataInRevokedCertArray(java.lang.String key)Retrieves an array of RevokedCertImpl.Methods in com.netscape.certsrv.request with parameters of type RevokedCertImpl Modifier and Type Method Description booleanIRequest. setExtData(java.lang.String key, RevokedCertImpl[] data)Stores an array of RevokedCertImpls as a base64 encoded text. -
Uses of RevokedCertImpl in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return RevokedCertImpl Modifier and Type Method Description protected RevokedCertImplCMSServlet. formCRLEntry(java.math.BigInteger serialNo, RevocationReason reason)make a CRL entry from a serial number and revocation reason.
-