public class

JcaCRLStore

extends CollectionStore
java.lang.Object
   ↳ org.bouncycastle.util.CollectionStore
     ↳ org.bouncycastle.cert.jcajce.JcaCRLStore

Class Overview

Class for storing CRLs for later lookup.

The class will convert X509CRL objects into X509CRLHolder objects.

Summary

Public Constructors
JcaCRLStore(Collection collection)
Basic constructor.
[Expand]
Inherited Methods
From class org.bouncycastle.util.CollectionStore
From class java.lang.Object
From interface org.bouncycastle.util.Store

Public Constructors

public JcaCRLStore (Collection collection)

Basic constructor.

Parameters
collection - initial contents for the store, this is copied.
Throws
CRLException