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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DURICertStore.java119 // true if URI is ldap
120 private boolean ldap = false; field in class:URICertStore
165 // if ldap URI, use an LDAPCertStore to fetch certs and CRLs
166 if (uri.getScheme().toLowerCase(Locale.ENGLISH).equals("ldap")) {
167 ldap = true;
249 // if ldap URI we wrap the CertSelector in an LDAPCertSelector to
251 if (ldap) {
359 // if ldap URI we wrap the CRLSelector in an LDAPCRLSelector to
361 if (ldap) {

Completed in 39 milliseconds