Class JcaCRLStore
java.lang.Object
org.bouncycastle.util.CollectionStore
org.bouncycastle.cert.jcajce.JcaCRLStore
- All Implemented Interfaces:
Iterable, org.bouncycastle.util.Iterable, org.bouncycastle.util.Store
public class JcaCRLStore
extends org.bouncycastle.util.CollectionStore
Class for storing CRLs for later lookup.
The class will convert X509CRL objects into X509CRLHolder objects.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.util.CollectionStore
getMatches, iteratorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
JcaCRLStore
Basic constructor.- Parameters:
collection- - initial contents for the store, this is copied.- Throws:
CRLException
-