Uses of Class
java.security.cert.CRL
Packages that use CRL
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CRL in java.security.cert
Subclasses of CRL in java.security.certModifier and TypeClassDescriptionclass
Abstract class for an X.509 Certificate Revocation List (CRL).Methods in java.security.cert that return CRLModifier and TypeMethodDescriptionabstract CRL
CertificateFactorySpi.engineGenerateCRL
(InputStream inStream) Generates a certificate revocation list (CRL) object and initializes it with the data read from the input streaminStream
.final CRL
CertificateFactory.generateCRL
(InputStream inStream) Generates a certificate revocation list (CRL) object and initializes it with the data read from the input streaminStream
.Methods in java.security.cert that return types with arguments of type CRLModifier and TypeMethodDescriptionabstract Collection<? extends CRL>
CertificateFactorySpi.engineGenerateCRLs
(InputStream inStream) Returns a (possibly empty) collection view of the CRLs read from the given input streaminStream
.abstract Collection<? extends CRL>
CertStoreSpi.engineGetCRLs
(CRLSelector selector) Returns aCollection
ofCRL
s that match the specified selector.final Collection<? extends CRL>
CertificateFactory.generateCRLs
(InputStream inStream) Returns a (possibly empty) collection view of the CRLs read from the given input streaminStream
.final Collection<? extends CRL>
CertStore.getCRLs
(CRLSelector selector) Returns aCollection
ofCRL
s that match the specified selector.Methods in java.security.cert with parameters of type CRL