Searched refs:LDAP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java130 private static class LDAP { class in class:URICertStore
195 if (LDAP.helper() == null)
196 throw new NoSuchAlgorithmException("LDAP not present");
198 ldapCertStore = LDAP.helper().getCertStore(uri);
276 // avoid LDAP DN matching issues (see LDAPCertSelector for more info)
280 xsel = LDAP.helper().wrap(xsel, xsel.getSubject(), ldapPath);
284 // Fetch the certificates via LDAP. LDAPCertStore has its own
396 // avoid LDAP DN matching issues (see LDAPCRLSelector for more info)
400 xsel = LDAP.helper().wrap(xsel, null, ldapPath);
404 // Fetch the CRLs via LDAP
[all...]

Completed in 583 milliseconds