org.bouncycastle.jce.provider
Class X509StoreLDAPCRLs
public class X509StoreLDAPCRLs
A SPI implementation of Bouncy Castle X509Store
for getting
certificate revocation lists from an LDAP directory.
X509StoreLDAPCRLs
public X509StoreLDAPCRLs()
engineGetMatches
public Collection engineGetMatches(Selector selector)
throws StoreException
Returns a collection of matching CRLs from the LDAP location.
The selector must be a of type
X509CRLStoreSelector
. If
it is not an empty collection is returned.
The issuer should be a reasonable criteria for a selector.
- engineGetMatches in interface X509StoreSpi
selector
- The selector to use for finding.
- A collection with the matches.