public class CertStoreCollectionSpi extends CertStoreSpi
| Constructor and Description |
|---|
CertStoreCollectionSpi(CertStoreParameters params) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
engineGetCertificates(CertSelector selector)
Returns the list of
Certificates for the specified CertSelector from this instance. |
Collection |
engineGetCRLs(CRLSelector selector)
Returns the list of
CRLs for the specified CRLSelector
from this instance. |
public CertStoreCollectionSpi(CertStoreParameters params) throws InvalidAlgorithmParameterException
public Collection engineGetCertificates(CertSelector selector) throws CertStoreException
CertStoreSpiCertificates for the specified CertSelector from this instance.engineGetCertificates in class CertStoreSpiselector - the selector containing the criteria to search for
certificates in this instance.Certificates that match the criteria of the
specified selector.CertStoreException - if error(s) occur.public Collection engineGetCRLs(CRLSelector selector) throws CertStoreException
CertStoreSpiCRLs for the specified CRLSelector
from this instance.engineGetCRLs in class CertStoreSpiselector - the selector containing the criteria to search for certificate
revocation lists in instance.CRLs that match the criteria of the specified
selectorCertStoreException - if error(s) occur.