Searched defs:otherCerts (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/sun/security/validator/
H A DConstructorTest.java309 showValidatedChain(Validator v, X509Certificate[] chain, Set<X509Certificate> otherCerts) argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/validator/
H A DPKIXValidator.java188 engineValidate(X509Certificate[] chain, Collection<X509Certificate> otherCerts, List<byte[]> responseList, AlgorithmConstraints constraints, Object parameter) argument
354 doBuild(X509Certificate[] chain, Collection<X509Certificate> otherCerts, PKIXBuilderParameters params) argument
H A DSimpleValidator.java124 engineValidate(X509Certificate[] chain, Collection<X509Certificate> otherCerts, List<byte[]> responseList, AlgorithmConstraints constraints, Object parameter) argument
H A DValidator.java215 validate(X509Certificate[] chain, Collection<X509Certificate> otherCerts) argument
228 validate(X509Certificate[] chain, Collection<X509Certificate> otherCerts, Object parameter) argument
259 validate(X509Certificate[] chain, Collection<X509Certificate> otherCerts, List<byte[]> responseList, AlgorithmConstraints constraints, Object parameter) argument
284 engineValidate(X509Certificate[] chain, Collection<X509Certificate> otherCerts, List<byte[]> responseList, AlgorithmConstraints constraints, Object parameter) argument
[all...]

Completed in 104 milliseconds