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.Collection
engineGetMatches(Selector selector)
void
engineInit(org.bouncycastle.x509.X509StoreParameters params)
-
-
-
Method Detail
-
engineInit
public void engineInit(org.bouncycastle.x509.X509StoreParameters params)
- Specified by:
engineInit
in classorg.bouncycastle.x509.X509StoreSpi
-
engineGetMatches
public java.util.Collection engineGetMatches(Selector selector)
- Specified by:
engineGetMatches
in classorg.bouncycastle.x509.X509StoreSpi
-
-