Searched refs:trustedCertStrs (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/sun/security/provider/certpath/PKIXCertPathValidator/
H A DValidity.java89 String[] trustedCertStrs = {CACertStr};
90 runTest(certStrs, trustedCertStrs);
96 String[] trustedCertStrs)
109 // trustedCertStrs
111 for (String trustedCertStr : trustedCertStrs) {
95 runTest(String[] certStrs, String[] trustedCertStrs) argument
/openjdk9/jdk/test/javax/net/ssl/templates/
H A DSSLSocketTemplate.java134 return createSSLContext(trustedCertStrs,
144 return createSSLContext(trustedCertStrs,
357 private final static String[] trustedCertStrs = { field in class:SSLSocketTemplate
/openjdk9/jdk/test/javax/net/ssl/interop/
H A DClientHelloInterOp.java42 private final static String[] trustedCertStrs = { field in class:ClientHelloInterOp
231 return createSSLContext(trustedCertStrs, null, null, null);

Completed in 93 milliseconds