Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java122 private CertStore ldapCertStore; field in URICertStore
169 ldapCertStore = ldapHelper.getCertStore(uri); in URICertStore()
262 ldapCertStore.getCertificates(xsel); in engineGetCertificates()
372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel); in engineGetCRLs()