Class JcaX509CRLHolder

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

public class JcaX509CRLHolder extends X509CRLHolder
JCA helper class for converting an X509CRL into a X509CRLHolder object.
See Also:
  • Constructor Details

    • JcaX509CRLHolder

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