Uses of Class
java.security.cert.CRLException
| 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 | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of CRLException in java.security.cert
Methods in java.security.cert that throw CRLException Modifier and Type Method Description abstract CRLCertificateFactorySpi. engineGenerateCRL(InputStream inStream)Generates and initializes a Certificate Revocation List (CRL) from the provided input stream.abstract Collection<? extends CRL>CertificateFactorySpi. engineGenerateCRLs(InputStream inStream)Generates and initializes a collection of 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.Collection<? extends CRL>CertificateFactory. generateCRLs(InputStream inStream)Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream.abstract byte[]X509CRL. getEncoded()Returns this CRL in ASN.1 DER encoded form.abstract byte[]X509CRLEntry. getEncoded()Returns this entry in ASN.1 DER encoded form.abstract byte[]X509CRL. getTBSCertList()Returns thetbsCertListinformation of this CRL in DER encoded form.abstract voidX509CRL. verify(PublicKey key)Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.abstract voidX509CRL. verify(PublicKey key, String sigProvider)Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key. -
Uses of CRLException in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that throw CRLException Modifier and Type Method Description CRLX509CertFactoryImpl. engineGenerateCRL(InputStream inStream)Collection<? extends CRL>X509CertFactoryImpl. engineGenerateCRLs(InputStream inStream)byte[]X509CRLEntryImpl. getEncoded()byte[]X509CRLImpl. getEncoded()byte[]X509CRLImpl. getTBSCertList()voidX509CRLImpl. verify(PublicKey key)voidX509CRLImpl. verify(PublicKey key, String sigProvider)Constructors in org.apache.harmony.security.provider.cert that throw CRLException Constructor Description X509CRLImpl(InputStream in)Creates X.509 CRL on the base of ASN.1 DER encoded form of the CRL (CertificateList structure described in RFC 3280) provided via input stream. -
Uses of CRLException in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that throw CRLException 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.CollectionCertificateFactory. engineGenerateCRLs(InputStream inStream)Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream. -
Uses of CRLException in org.bouncycastle.jce
Methods in org.bouncycastle.jce that throw CRLException Modifier and Type Method Description static X509PrincipalPrincipalUtil. getIssuerX509Principal(X509CRL crl)return the issuer of the given CRL as an X509PrincipalObject. -
Uses of CRLException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw CRLException Modifier and Type Method Description byte[]X509CRLEntryObject. getEncoded()byte[]X509CRLObject. getEncoded()byte[]X509CRLObject. getTBSCertList()voidX509CRLObject. verify(PublicKey key)voidX509CRLObject. verify(PublicKey key, String sigProvider)Constructors in org.bouncycastle.jce.provider that throw CRLException Constructor Description X509CRLObject(CertificateList c) -
Uses of CRLException in org.conscrypt
Methods in org.conscrypt that throw CRLException Modifier and Type Method Description CRLOpenSSLX509CertificateFactory. engineGenerateCRL(InputStream inStream)Collection<? extends CRL>OpenSSLX509CertificateFactory. engineGenerateCRLs(InputStream inStream)byte[]OpenSSLX509CRL. getEncoded()byte[]OpenSSLX509CRLEntry. getEncoded()byte[]OpenSSLX509CRL. getTBSCertList()voidOpenSSLX509CRL. verify(PublicKey key)voidOpenSSLX509CRL. verify(PublicKey key, String sigProvider)