gnu.crypto.pki.provider

Class CollectionCertStoreImpl


public final class CollectionCertStoreImpl
extends CertStoreSpi

Constructor Summary

CollectionCertStoreImpl(CertStoreParameters params)

Method Summary

Collection
engineGetCRLs(CRLSelector selector)
Collection
engineGetCertificates(CertSelector selector)

Constructor Details

CollectionCertStoreImpl

public CollectionCertStoreImpl(CertStoreParameters params)
            throws InvalidAlgorithmParameterException

Method Details

engineGetCRLs

public Collection engineGetCRLs(CRLSelector selector)
            throws CertStoreException

engineGetCertificates

public Collection engineGetCertificates(CertSelector selector)
            throws CertStoreException

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