Uses of Class
java.security.cert.CRL
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.apache.harmony.security.provider.cert | |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of CRL in java.security.cert
Subclasses of CRL in java.security.cert Modifier and Type Class Description classX509CRLAbstract base class for X.509 certificate revocation lists (CRL).Methods in java.security.cert that return CRL Modifier and Type Method Description abstract CRLCertificateFactorySpi. engineGenerateCRL(InputStream inStream)Generates and initializes a Certificate Revocation List (CRL) from the provided input stream.CRLCertificateFactory. generateCRL(InputStream inStream)Generates and initializes a Certificate Revocation List (CRL) from the provided input stream.Methods in java.security.cert that return types with arguments of type CRL Modifier and Type Method Description abstract Collection<? extends CRL>CertificateFactorySpi. engineGenerateCRLs(InputStream inStream)Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream.abstract Collection<? extends CRL>CertStoreSpi. engineGetCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this instance.Collection<? extends CRL>CertificateFactory. generateCRLs(InputStream inStream)Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream.Collection<? extends CRL>CertStore. getCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this certificate store.Methods in java.security.cert with parameters of type CRL Modifier and Type Method Description booleanCRLSelector. match(CRL crl)Checks whether the defined criteria of this instance match the specified CRL.booleanX509CRLSelector. match(CRL crl)Returns whether the specified CRL matches all the criteria collected in this instance. -
Uses of CRL in org.apache.harmony.security.provider.cert
Subclasses of CRL in org.apache.harmony.security.provider.cert Modifier and Type Class Description classX509CRLImplThis class is an implementation of X509CRL.Methods in org.apache.harmony.security.provider.cert that return CRL Modifier and Type Method Description CRLX509CertFactoryImpl. engineGenerateCRL(InputStream inStream)Methods in org.apache.harmony.security.provider.cert that return types with arguments of type CRL Modifier and Type Method Description Collection<? extends CRL>X509CertFactoryImpl. engineGenerateCRLs(InputStream inStream) -
Uses of CRL in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that return CRL Modifier and Type Method Description protected CRLCertificateFactory. createCRL(CertificateList c)CRLCertificateFactory. engineGenerateCRL(InputStream inStream)Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream. -
Uses of CRL in org.bouncycastle.jce.provider
Subclasses of CRL in org.bouncycastle.jce.provider Modifier and Type Class Description classX509CRLObjectThe following extensions are listed in RFC 2459 as relevant to CRLs Authority Key Identifier Issuer Alternative Name CRL Number Delta CRL Indicator (critical) Issuing Distribution Point (critical) -
Uses of CRL in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type CRL Modifier and Type Method Description booleanX509CRLStoreSelector. match(CRL crl) -
Uses of CRL in org.conscrypt
Subclasses of CRL in org.conscrypt Modifier and Type Class Description classOpenSSLX509CRLMethods in org.conscrypt that return CRL Modifier and Type Method Description CRLOpenSSLX509CertificateFactory. engineGenerateCRL(InputStream inStream)Methods in org.conscrypt that return types with arguments of type CRL Modifier and Type Method Description Collection<? extends CRL>OpenSSLX509CertificateFactory. engineGenerateCRLs(InputStream inStream)