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

/openjdk9/jdk/test/sun/security/provider/certpath/PKIXCertPathValidator/
H A DValidity.java88 String[] certStrs = {EECertStr};
90 runTest(certStrs, trustedCertStrs);
95 private static void runTest(String[] certStrs, argument
101 // Generate the CertPath from the certs named in certStrs
103 for (String certStr : certStrs) {
/openjdk9/jdk/test/javax/net/ssl/ciphersuites/
H A DECCurvesconstraints.java222 String[] certStrs = null;
225 certStrs = clientCerts;
228 certStrs = serverCerts;
232 for (int i = 0; i < certStrs.length; i++) {
242 String keyCertStr = certStrs[i];
/openjdk9/jdk/test/javax/net/ssl/ServerName/
H A DSSLSocketSNISensitive.java381 String[] certStrs = null;
384 certStrs = clientCerts;
387 certStrs = serverCerts;
391 for (int i = 0; i < certStrs.length; i++) {
401 String keyCertStr = certStrs[i];

Completed in 91 milliseconds