Package org.bouncycastle.cert.jcajce
Class JcaCRLStore
- java.lang.Object
-
- org.bouncycastle.util.CollectionStore
-
- org.bouncycastle.cert.jcajce.JcaCRLStore
-
- All Implemented Interfaces:
java.lang.Iterable,org.bouncycastle.util.Iterable,org.bouncycastle.util.Store
public class JcaCRLStore extends org.bouncycastle.util.CollectionStoreClass for storing CRLs for later lookup.The class will convert X509CRL objects into X509CRLHolder objects.
-
-
Constructor Summary
Constructors Constructor Description JcaCRLStore(java.util.Collection collection)Basic constructor.
-