org.bouncycastle.jce.provider
Class X509StoreCRLCollection

java.lang.Object
  extended by org.bouncycastle.x509.X509StoreSpi
      extended by org.bouncycastle.jce.provider.X509StoreCRLCollection

public class X509StoreCRLCollection
extends X509StoreSpi


Field Summary
private  CollectionStore _store
           
 
Constructor Summary
X509StoreCRLCollection()
           
 
Method Summary
 java.util.Collection engineGetMatches(Selector selector)
           
 void engineInit(X509StoreParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_store

private CollectionStore _store
Constructor Detail

X509StoreCRLCollection

public X509StoreCRLCollection()
Method Detail

engineInit

public void engineInit(X509StoreParameters params)
Specified by:
engineInit in class X509StoreSpi

engineGetMatches

public java.util.Collection engineGetMatches(Selector selector)
Specified by:
engineGetMatches in class X509StoreSpi