org.gudy.bouncycastle.jce.provider
Class CertStoreCollectionSpi

java.lang.Object
  extended by java.security.cert.CertStoreSpi
      extended by org.gudy.bouncycastle.jce.provider.CertStoreCollectionSpi

public class CertStoreCollectionSpi
extends CertStoreSpi


Constructor Summary
CertStoreCollectionSpi(CertStoreParameters params)
           
 
Method Summary
 Collection engineGetCertificates(CertSelector selector)
           
 Collection engineGetCRLs(CRLSelector selector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertStoreCollectionSpi

public CertStoreCollectionSpi(CertStoreParameters params)
                       throws InvalidAlgorithmParameterException
Throws:
InvalidAlgorithmParameterException
Method Detail

engineGetCertificates

public Collection engineGetCertificates(CertSelector selector)
                                 throws CertStoreException
Specified by:
engineGetCertificates in class CertStoreSpi
Throws:
CertStoreException

engineGetCRLs

public Collection engineGetCRLs(CRLSelector selector)
                         throws CertStoreException
Specified by:
engineGetCRLs in class CertStoreSpi
Throws:
CertStoreException