Uses of Class
org.mozilla.jss.netscape.security.x509.RevokedCertificate
Packages that use RevokedCertificate
-
Uses of RevokedCertificate in org.mozilla.jss.netscape.security.x509
Subclasses of RevokedCertificate in org.mozilla.jss.netscape.security.x509Modifier and TypeClassDescriptionclass
Abstract class for a revoked certificate in a CRL.Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type RevokedCertificateModifier and TypeFieldDescriptionprivate Hashtable
<BigInteger, RevokedCertificate> X509CRLImpl.revokedCerts
Methods in org.mozilla.jss.netscape.security.x509 that return types with arguments of type RevokedCertificateModifier and TypeMethodDescriptionX509CRLImpl.getListOfRevokedCertificates()
X509CRLImpl.getRevokedCertificates()
Gets all the revoked certificates from the CRL.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type RevokedCertificateModifierConstructorDescriptionX509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts) CRL constructor, revoked certs, no extensions.X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.Constructor parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type RevokedCertificateModifierConstructorDescriptionX509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, Hashtable<BigInteger, RevokedCertificate> badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.