Uses of Class
java.security.cert.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
Modifier and TypeClassDescriptionclass
Abstract class for an X.509 Certificate Revocation List (CRL).Modifier 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
.Modifier 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.