Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.jcajce
Class JcaX509CRLHolder

java.lang.Object
  |
  +--org.bouncycastle.cert.X509CRLHolder
        |
        +--org.bouncycastle.cert.jcajce.JcaX509CRLHolder
All Implemented Interfaces:
org.bouncycastle.util.Encodable, java.io.Serializable

public class JcaX509CRLHolder
extends X509CRLHolder

JCA helper class for converting an X509CRL into a X509CRLHolder object.

See Also:
Serialized Form

Constructor Summary
JcaX509CRLHolder(java.security.cert.X509CRL crl)
          Base constructor.
 
Methods inherited from class org.bouncycastle.cert.X509CRLHolder
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNextUpdate, getNonCriticalExtensionOIDs, getRevokedCertificate, getRevokedCertificates, getThisUpdate, hasExtensions, hashCode, isAlternativeSignatureValid, isSignatureValid, toASN1Structure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaX509CRLHolder

public JcaX509CRLHolder(java.security.cert.X509CRL crl)
                 throws java.security.cert.CRLException
Base constructor.
Parameters:
crl - CRL to be used a the source for the holder creation.
Throws:
java.security.cert.CRLException - if there is a problem extracting the CRL information.

Bouncy Castle Cryptography Library 1.79