Package org.bouncycastle.jce.provider
Class X509StoreCRLCollection
- java.lang.Object
 - 
- org.bouncycastle.x509.X509StoreSpi
 - 
- org.bouncycastle.jce.provider.X509StoreCRLCollection
 
 
 
- 
public class X509StoreCRLCollection extends org.bouncycastle.x509.X509StoreSpi 
- 
- 
Constructor Summary
Constructors Constructor Description X509StoreCRLCollection() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectionengineGetMatches(Selector selector)voidengineInit(org.bouncycastle.x509.X509StoreParameters params) 
 - 
 
- 
- 
Method Detail
- 
engineInit
public void engineInit(org.bouncycastle.x509.X509StoreParameters params)
- Specified by:
 engineInitin classorg.bouncycastle.x509.X509StoreSpi
 
- 
engineGetMatches
public java.util.Collection engineGetMatches(Selector selector)
- Specified by:
 engineGetMatchesin classorg.bouncycastle.x509.X509StoreSpi
 
 - 
 
 -