Searched defs:searchAllCertStores (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DForwardBuilder.java73 private boolean searchAllCertStores = true; field in class:ForwardBuilder
80 ForwardBuilder(BuilderParams buildParams, boolean searchAllCertStores) { argument
97 this.searchAllCertStores = searchAllCertStores;
179 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores);
297 if (caCerts.add(trustedCert) && !searchAllCertStores) {
327 caCerts, searchAllCertStores)
328 && !searchAllCertStores) {
375 if (!searchAllCertStores) {
H A DSunCertPathBuilder.java153 private PKIXCertPathBuilderResult buildCertPath(boolean searchAllCertStores, argument
165 buildForward(adjList, certPathList, searchAllCertStores);
291 boolean searchAllCertStores)
310 searchAllCertStores),
289 buildForward(List<List<Vertex>> adjacencyList, LinkedList<X509Certificate> certPathList, boolean searchAllCertStores) argument

Completed in 25 milliseconds