For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class CollectionCertStoreImpl

java.lang.Object
  extended by java.security.cert.CertStoreSpi
      extended by gnu.crypto.pki.provider.CollectionCertStoreImpl

public final class CollectionCertStoreImpl
extends CertStoreSpi


Constructor Summary
CollectionCertStoreImpl(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

CollectionCertStoreImpl

public CollectionCertStoreImpl(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

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.