Searched refs:SNI_HOST_NAME (Results 1 – 10 of 10) sorted by relevance
19 import static javax.net.ssl.StandardConstants.SNI_HOST_NAME;41 if (serverName.getType() == SNI_HOST_NAME) { in setSSLParameters()67 if (serverName.getType() == SNI_HOST_NAME) { in setSSLParameters()
20 import static javax.net.ssl.StandardConstants.SNI_HOST_NAME;42 if (serverName.getType() == SNI_HOST_NAME) { in setSSLParameters()68 if (serverName.getType() == SNI_HOST_NAME) { in setSSLParameters()
27 public static final int SNI_HOST_NAME = 0; field in StandardConstants
46 assertEquals(StandardConstants.SNI_HOST_NAME, hostName.getType()); in test_byteArray_Constructor()
1834 assertEquals(StandardConstants.SNI_HOST_NAME, serverName.getType()); in test_SSLSocket_SNIHostName()
50 assertEquals(StandardConstants.SNI_HOST_NAME, hostName.getType()); in test_byteArray_Constructor()
1851 assertEquals(StandardConstants.SNI_HOST_NAME, serverName.getType()); in test_SSLSocket_SNIHostName()
137 if (serverName.getType() == StandardConstants.SNI_HOST_NAME) { in setSSLParameters()164 if (serverName.getType() == StandardConstants.SNI_HOST_NAME) { in setSSLParameters()
138 if (serverName.getType() == StandardConstants.SNI_HOST_NAME) { in setSSLParameters()165 if (serverName.getType() == StandardConstants.SNI_HOST_NAME) { in setSSLParameters()
277 if (serverName.getType() == StandardConstants.SNI_HOST_NAME) { in getSniHostnameFromParams()