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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java124 private CertStore ldapCertStore; field in class:URICertStore
198 ldapCertStore = LDAP.helper().getCertStore(uri);
287 ldapCertStore.getCertificates(xsel);
406 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel);

Completed in 30 milliseconds