Package org.bouncycastle.jce.provider
Class CertStoreCollectionSpi
- java.lang.Object
-
- java.security.cert.CertStoreSpi
-
- org.bouncycastle.jce.provider.CertStoreCollectionSpi
-
public class CertStoreCollectionSpi extends CertStoreSpi
-
-
Constructor Summary
Constructors Constructor Description CertStoreCollectionSpi(CertStoreParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
engineGetCertificates(CertSelector selector)
Collection
engineGetCRLs(CRLSelector selector)
-
-
-
Constructor Detail
-
CertStoreCollectionSpi
public CertStoreCollectionSpi(CertStoreParameters params) throws InvalidAlgorithmParameterException
-
-
Method Detail
-
engineGetCertificates
public Collection engineGetCertificates(CertSelector selector) throws CertStoreException
- Specified by:
engineGetCertificates
in classCertStoreSpi
- Throws:
CertStoreException
-
engineGetCRLs
public Collection engineGetCRLs(CRLSelector selector) throws CertStoreException
- Specified by:
engineGetCRLs
in classCertStoreSpi
- Throws:
CertStoreException
-
-