Searched refs:xsel (Results 1 – 1 of 1) sorted by relevance
252 X509CertSelector xsel = (X509CertSelector) selector; in engineGetCertificates() local254 xsel = ldapHelper.wrap(xsel, xsel.getSubject(), ldapPath); in engineGetCertificates()262 ldapCertStore.getCertificates(xsel); in engineGetCertificates()362 X509CRLSelector xsel = (X509CRLSelector) selector; in engineGetCRLs() local364 xsel = ldapHelper.wrap(xsel, null, ldapPath); in engineGetCRLs()372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel); in engineGetCRLs()