Searched refs:createSSLContext (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/sun/security/ssl/CertPathRestrictions/
H A DJSSEClient.java47 SSLContext context = TLSRestrictions.createSSLContext(
H A DTLSRestrictions.java118 static SSLContext createSSLContext(String[] trustNames, method in class:TLSRestrictions
213 createSSLContext(trustNames, certNames),
/openjdk9/jdk/test/javax/net/ssl/interop/
H A DClientHelloInterOp.java231 return createSSLContext(trustedCertStrs, null, null, null);
238 return createSSLContext(null,
246 protected SSLContext createSSLContext( method in class:ClientHelloInterOp
/openjdk9/jdk/test/javax/net/ssl/templates/
H A DSSLSocketTemplate.java134 return createSSLContext(trustedCertStrs,
144 return createSSLContext(trustedCertStrs,
597 private SSLContext createSSLContext( method in class:SSLSocketTemplate

Completed in 57 milliseconds