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

/openjdk9/jdk/test/javax/net/ssl/templates/
H A DSSLSocketTemplate.java153 protected static final class ContextParameters { class in class:SSLSocketTemplate
158 ContextParameters(String contextProtocol, method in class:SSLSocketTemplate.ContextParameters
170 protected ContextParameters getClientContextParameters() {
171 return new ContextParameters("TLS", "PKIX", "NewSunX509");
177 protected ContextParameters getServerContextParameters() {
178 return new ContextParameters("TLS", "PKIX", "NewSunX509");
602 ContextParameters params) throws Exception {

Completed in 35 milliseconds