HomeSort by relevance Sort by last modified time
    Searched refs:LDAPCertStore (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStoreHelper.java 54 return LDAPCertStore.getInstance(LDAPCertStore.getParameters(uri));
63 return new LDAPCertStore.LDAPCertSelector(selector, certSubject, ldapDN);
72 return new LDAPCertStore.LDAPCRLSelector(selector, certIssuers, ldapDN);
LDAPCertStore.java 65 * {@link #LDAPCertStore(CertStoreParameters)
66 * LDAPCertStore(CertStoreParameters)} constructor is called to create the
76 * invoke these methods on a single <code>LDAPCertStore</code> object
107 public final class LDAPCertStore extends CertStoreSpi {
187 public LDAPCertStore(CertStoreParameters params)
229 debug.println("LDAPCertStore.getInstance: cache hit");
255 debug.println("LDAPCertStore disabling app resource files");
272 debug.println("LDAPCertStore.engineInit about to throw "
350 * cache of this LDAPCertStore. Subsequent calls return the private
416 debug.println("LDAPCertStore.getAttrValues()
    [all...]

Completed in 142 milliseconds