Uses of Class java.security.cert.CRLException

Uses in package gnu.java.security.x509

Constructors which throw type java.security.cert.CRLException

Create a new X.509 CRL.

Methods which throw type java.security.cert.CRLException

byte[]
byte[]
void
void
X509CRL.verify(PublicKey key, String provider)

Uses in package gnu.java.security.pkcs

Constructors which throw type java.security.cert.CRLException

Parse an encoded PKCS#7 SignedData object.

Methods which throw type java.security.cert.CRLException

void
Writes to the designated output stream the DER encoding of the current contents of this instance.

Uses in package java.security.cert

Methods which throw type java.security.cert.CRLException

CRL
Generates a CRL based on the encoded data read from the InputStream.
Collection
Generates CRLs based on the encoded data read from the InputStream.
Collection
Generates CRLs based on the encoded data read from the InputStream.
CRL
Generates a CRL based on the encoded data read from the InputStream.
byte[]
Gets the DER ASN.1 encoded format for this X.509 CRL.
byte[]
Gets the DER ASN.1 encoded format for this CRL Entry, the inner SEQUENCE.
byte[]
Returns the DER ASN.1 encoded tbsCertList which is the basic information of the list and associated certificates in the encoded state.
void
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key.
void
X509CRL.verify(PublicKey key, String sigProvider)
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.

Uses in package gnu.java.security.provider

Methods which throw type java.security.cert.CRLException

CRL
Generates a CRL based on the encoded data read from the InputStream.
Collection<E>