Searched refs:HttpsURLConnection (Results 1 – 12 of 12) sorted by relevance
29 import javax.net.ssl.HttpsURLConnection;49 HttpsURLConnection.setDefaultSSLSocketFactory( in setUp()66 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getCipherSuite()73 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/")); in test_getCipherSuite()82 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getLocalCertificates()89 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getLocalCertificates()102 HttpsURLConnection.getDefaultHostnameVerifier(); in test_getDefaultHostnameVerifier()111 HttpsURLConnection con = new MyHttpsURLConnection( in test_getHostnameVerifier()116 HttpsURLConnection.getDefaultHostnameVerifier(), verifyer); in test_getHostnameVerifier()124 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getLocalPrincipal()[all …]
25 import javax.net.ssl.HttpsURLConnection;39 HostnameVerifier hv = HttpsURLConnection.getDefaultHostnameVerifier(); in test_verify()45 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testVerify()147 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testSubjectAlt()160 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testVerifyIpAddress()183 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testWildcardsCannotMatchIpAddresses()220 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testWildcardsDoesNotNeedTwoDots()253 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testSubjectAltName()290 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); in testSubjectAltNameWithWildcard()
49 import javax.net.ssl.HttpsURLConnection;118 SSLSocketFactory defaultSSLSF = HttpsURLConnection.getDefaultSSLSocketFactory(); in testGetDefaultSSLSocketFactory()133 HttpsURLConnection.setDefaultHostnameVerifier(new TestHostnameVerifier()); in testHttpsConnection()141 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testHttpsConnection()165 HttpsURLConnection.setDefaultHostnameVerifier(new TestHostnameVerifier()); in testHttpsConnection_Not_Found_Response()174 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testHttpsConnection_Not_Found_Response()204 HttpsURLConnection.setDefaultSSLSocketFactory(socketFactory); in testSetDefaultSSLSocketFactory()207 socketFactory, HttpsURLConnection.getDefaultSSLSocketFactory()); in testSetDefaultSSLSocketFactory()211 HttpsURLConnection.setDefaultHostnameVerifier(initialHostnameVerifier); in testSetDefaultSSLSocketFactory()219 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testSetDefaultSSLSocketFactory()[all …]
27 import javax.net.ssl.HttpsURLConnection;54 hostnameVerifier = HttpsURLConnection.getDefaultHostnameVerifier(); in setUp()55 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in setUp()
57 class HttpsURLConnection extends HttpURLConnection class65 protected HttpsURLConnection(URL url) { in HttpsURLConnection() method in HttpsURLConnection
86 import javax.net.ssl.HttpsURLConnection;564 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/foo").openConnection(); in checkConnectViaHttps()583 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnections()587 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnections()605 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnectionsDifferentFactories()609 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnectionsDifferentFactories()631 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/foo").openConnection(); in connectViaHttpsToUntrustedServer()731 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in checkConnectViaDirectProxyToHttps()773 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in checkConnectViaHttpProxyToHttps()815 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache()[all …]
29 abstract public class HttpsURLConnection extends HttpURLConnection { class
35 import javax.net.ssl.HttpsURLConnection;51 private final HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier();
570 public abstract class HttpsURLConnection extends java.net.HttpURLConnection {
19403 public abstract class HttpsURLConnection extends java.net.HttpURLConnection {19404 ctor protected HttpsURLConnection(java.net.URL);
1334 "ojluni/src/main/java/javax/net/ssl/HttpsURLConnection.java",
1331 …src/main/java/javax/net/ssl/HttpsURLConnection.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/javax…