public class

JcaX509CRLHolder

extends X509CRLHolder
java.lang.Object
   ↳ org.bouncycastle.cert.X509CRLHolder
     ↳ org.bouncycastle.cert.jcajce.JcaX509CRLHolder

Class Overview

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

Summary

Public Constructors
JcaX509CRLHolder(X509CRL crl)
Base constructor.
[Expand]
Inherited Methods
From class org.bouncycastle.cert.X509CRLHolder
From class java.lang.Object

Public Constructors

public JcaX509CRLHolder (X509CRL crl)

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.