Searched refs:tmAlgorithm (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/test/sun/security/ssl/X509TrustManagerImpl/
H A DComodoHacker.java216 private static String tmAlgorithm; // trust manager field in class:ComodoHacker
252 tmAlgorithm = args[0];
271 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DBasicConstraints.java429 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
442 private static String tmAlgorithm; // trust manager field in class:BasicConstraints
445 tmAlgorithm = args[0];
H A DSelfIssuedCert.java273 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
290 private static String tmAlgorithm; // trust manager field in class:SelfIssuedCert
293 tmAlgorithm = args[0];
/openjdk10/jdk/test/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java166 private static String tmAlgorithm; // trust manager field in class:DisabledShortRSAKeys
170 tmAlgorithm = args[0];
223 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DShortRSAKeyGCM.java221 private static String tmAlgorithm; // trust manager field in class:ShortRSAKeyGCM
225 tmAlgorithm = args[0];
278 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DShortRSAKey512.java204 private static String tmAlgorithm; // trust manager field in class:ShortRSAKey512
207 tmAlgorithm = args[0];
259 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DDisabledShortDSAKeys.java210 private static String tmAlgorithm; // trust manager field in class:DisabledShortDSAKeys
214 tmAlgorithm = args[0];
267 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DSignatureAlgorithms.java336 private static String tmAlgorithm; // trust manager field in class:SignatureAlgorithms
341 tmAlgorithm = args[0];
400 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
/openjdk10/jdk/test/javax/net/ssl/templates/
H A DSSLSocketTemplate.java155 final String tmAlgorithm; field in class:SSLSocketTemplate.ContextParameters
159 String tmAlgorithm, String kmAlgorithm) {
162 this.tmAlgorithm = tmAlgorithm;
675 TrustManagerFactory.getInstance(params.tmAlgorithm);
158 ContextParameters(String contextProtocol, String tmAlgorithm, String kmAlgorithm) argument
/openjdk10/jdk/test/javax/net/ssl/ciphersuites/
H A DECCurvesconstraints.java198 private static String tmAlgorithm; // trust manager field in class:ECCurvesconstraints
201 tmAlgorithm = args[0];
256 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
/openjdk10/jdk/test/sun/security/ssl/SSLContextImpl/
H A DTrustTrustedCert.java175 private static String tmAlgorithm; // trust manager field in class:TrustTrustedCert
181 tmAlgorithm = args[0];
224 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
H A DMD2InTrustAnchor.java192 private static String tmAlgorithm; // trust manager field in class:MD2InTrustAnchor
196 tmAlgorithm = args[0];
245 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);
/openjdk10/jdk/test/javax/net/ssl/ServerName/
H A DSSLSocketSNISensitive.java355 private static String tmAlgorithm; // trust manager field in class:SSLSocketSNISensitive
359 tmAlgorithm = args[0];
415 TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmAlgorithm);

Completed in 120 milliseconds