Uses of Class
netscape.security.x509.CRLExtensions
-
Packages that use CRLExtensions Package Description com.netscape.certsrv.ca com.netscape.certsrv.dbs.certdb netscape.security.x509 -
-
Uses of CRLExtensions in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return CRLExtensions Modifier and Type Method Description CRLExtensions
ICRLIssuingPoint. getRequiredEntryExtensions(CRLExtensions exts)
Converts list of extensions supplied by revocation request to list of extensions required to be placed in CRL.Methods in com.netscape.certsrv.ca with parameters of type CRLExtensions Modifier and Type Method Description CRLExtensions
ICRLIssuingPoint. getRequiredEntryExtensions(CRLExtensions exts)
Converts list of extensions supplied by revocation request to list of extensions required to be placed in CRL. -
Uses of CRLExtensions in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return CRLExtensions Modifier and Type Method Description CRLExtensions
IRevocationInfo. getCRLEntryExtensions()
Retrieves CRL entry extensions. -
Uses of CRLExtensions in netscape.security.x509
Methods in netscape.security.x509 that return CRLExtensions Modifier and Type Method Description abstract CRLExtensions
RevokedCertificate. getExtensions()
CRLExtensions
RevokedCertImpl. getExtensions()
Returns extensions for this impl.CRLExtensions
X509CRLImpl. getExtensions()
Returns extensions for this impl.Methods in netscape.security.x509 with parameters of type CRLExtensions Modifier and Type Method Description void
RevokedCertImpl. setExtensions(CRLExtensions crlEntryExts)
Sets extensions for this impl.Constructors in netscape.security.x509 with parameters of type CRLExtensions Constructor Description RevokedCertImpl(java.math.BigInteger num, java.util.Date date, CRLExtensions crlEntryExts)
Constructs a revoked certificate entry using the serial number, revocation date and the entry extensions.X509CRLImpl(X500Name issuer, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, java.util.Hashtable<java.math.BigInteger,RevokedCertificate> badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.
-