Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java252 X509CertSelector xsel = (X509CertSelector) selector; in engineGetCertificates() local
254 xsel = ldapHelper.wrap(xsel, xsel.getSubject(), ldapPath); in engineGetCertificates()
262 ldapCertStore.getCertificates(xsel); in engineGetCertificates()
362 X509CRLSelector xsel = (X509CRLSelector) selector; in engineGetCRLs() local
364 xsel = ldapHelper.wrap(xsel, null, ldapPath); in engineGetCRLs()
372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel); in engineGetCRLs()