| |
|
| java.lang.Object org.bouncycastle.x509.X509StoreSpi org.bouncycastle.jce.provider.X509StoreLDAPCertPairs
Method Summary | |
public Collection | engineGetMatches(Selector selector) Returns a collection of matching cross certificate pairs from the LDAP
location.
The selector must be a of type X509CertPairStoreSelector .
If it is not an empty collection is returned.
The subject should be a reasonable criteria for a selector.
Parameters: selector - The selector to use for finding. | public void | engineInit(X509StoreParameters parameters) Initializes this LDAP cross certificate pair store implementation. |
X509StoreLDAPCertPairs | public X509StoreLDAPCertPairs()(Code) | | |
engineGetMatches | public Collection engineGetMatches(Selector selector) throws StoreException(Code) | | Returns a collection of matching cross certificate pairs from the LDAP
location.
The selector must be a of type X509CertPairStoreSelector .
If it is not an empty collection is returned.
The subject should be a reasonable criteria for a selector.
Parameters: selector - The selector to use for finding. A collection with the matches. throws: StoreException - if an exception occurs while searching. |
engineInit | public void engineInit(X509StoreParameters parameters)(Code) | | Initializes this LDAP cross certificate pair store implementation.
Parameters: parameters - X509LDAPCertStoreParameters . throws: IllegalArgumentException - if params is not an instance ofX509LDAPCertStoreParameters . |
|
|
|