public class X509LDAPCertStoreSpi extends CertStoreSpi
At first a search is performed in the ldap*AttributeNames of the
X509LDAPCertStoreParameters
with the given
information of the subject (for all kind of certificates) or issuer (for
CRLs), respectively, if a X509CertSelector is given with that details. For
CRLs, CA certificates and cross certificates a coarse search is made only for
entries with that content to get more possibly matchign results.
Constructor and Description |
---|
X509LDAPCertStoreSpi(CertStoreParameters params) |
Modifier and Type | Method and Description |
---|---|
Collection |
engineGetCertificates(CertSelector selector) |
Collection |
engineGetCRLs(CRLSelector selector) |
public X509LDAPCertStoreSpi(CertStoreParameters params) throws InvalidAlgorithmParameterException
public Collection engineGetCertificates(CertSelector selector) throws CertStoreException
engineGetCertificates
in class CertStoreSpi
CertStoreException
public Collection engineGetCRLs(CRLSelector selector) throws CertStoreException
engineGetCRLs
in class CertStoreSpi
CertStoreException
Copyright © 2015. All rights reserved.