Uses of Class
org.mozilla.jss.netscape.security.x509.CRLExtensions
Packages that use CRLExtensions
-
Uses of CRLExtensions in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as CRLExtensionsModifier and TypeFieldDescriptionprivate CRLExtensionsRevokedCertImpl.extensionsprivate CRLExtensionsX509CRLImpl.extensionsMethods in org.mozilla.jss.netscape.security.x509 that return CRLExtensionsModifier and TypeMethodDescriptionabstract CRLExtensionsRevokedCertificate.getExtensions()RevokedCertImpl.getExtensions()Returns extensions for this impl.X509CRLImpl.getExtensions()Returns extensions for this impl.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type CRLExtensionsModifier and TypeMethodDescriptionvoidRevokedCertImpl.setExtensions(CRLExtensions crlEntryExts) Sets extensions for this impl.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type CRLExtensionsModifierConstructorDescriptionRevokedCertImpl(BigInteger num, Date date, CRLExtensions crlEntryExts) Constructs a revoked certificate entry using the serial number, revocation date and the entry 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, Hashtable<BigInteger, 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.