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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DForwardBuilder.java84 private boolean searchAllCertStores = true; field in class:ForwardBuilder
93 X500Principal targetSubjectDN, boolean searchAllCertStores,
112 this.searchAllCertStores = searchAllCertStores;
193 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores);
310 if (caCerts.add(trustedCert) && !searchAllCertStores) {
340 caCerts, searchAllCertStores) && !searchAllCertStores) {
382 if (!searchAllCertStores) {
92 ForwardBuilder(PKIXBuilderParameters buildParams, X500Principal targetSubjectDN, boolean searchAllCertStores, boolean onlyEECert) argument
H A DSunCertPathBuilder.java205 boolean searchAllCertStores, List<List<Vertex>> adjList)
217 buildForward(adjList, certPathList, searchAllCertStores);
336 LinkedList<X509Certificate> certPathList, boolean searchAllCertStores)
358 (buildParams, targetSubjectDN, searchAllCertStores, onlyEECert),
204 buildCertPath(boolean buildForward, boolean searchAllCertStores, List<List<Vertex>> adjList) argument
335 buildForward(List<List<Vertex>> adjacencyList, LinkedList<X509Certificate> certPathList, boolean searchAllCertStores) argument

Completed in 33 milliseconds