Searched refs:getMatchingCerts (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java298 return getMatchingCerts(certs, selector);
315 return getMatchingCerts(certs, selector);
324 return getMatchingCerts(certs, selector);
333 return getMatchingCerts(certs, selector);
364 private static Collection<X509Certificate> getMatchingCerts method in class:URICertStore
H A DBuilder.java94 abstract Collection<X509Certificate> getMatchingCerts method in class:Builder
H A DSunCertPathBuilder.java394 (builder.getMatchingCerts(currentState, orderedCertStores), adjList);
703 (builder.getMatchingCerts(currentState, orderedCertStores), adjList);
H A DReverseBuilder.java109 Collection<X509Certificate> getMatchingCerts method in class:ReverseBuilder
116 debug.println("In ReverseBuilder.getMatchingCerts.");
H A DForwardBuilder.java125 Collection<X509Certificate> getMatchingCerts method in class:ForwardBuilder
130 debug.println("ForwardBuilder.getMatchingCerts()...");

Completed in 37 milliseconds