Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.jcajce
Class JcaCRLStore

java.lang.Object
  extended by org.bouncycastle.util.CollectionStore
      extended by org.bouncycastle.cert.jcajce.JcaCRLStore
All Implemented Interfaces:
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
JcaCRLStore(java.util.Collection collection)
          Basic constructor.
 
Method Summary
 
Methods inherited from class org.bouncycastle.util.CollectionStore
getMatches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaCRLStore

public JcaCRLStore(java.util.Collection collection)
            throws java.security.cert.CRLException
Basic constructor.

Parameters:
collection - - initial contents for the store, this is copied.
Throws:
java.security.cert.CRLException

Bouncy Castle Cryptography Library 1.46