Home | History | Annotate | Download | only in http

Lines Matching refs:sslSocket

37 import javax.net.ssl.SSLSocket;
74 * @param sslSocket The secure connection socket
79 HttpsConnection connection, SSLSocket sslSocket, String domain)
85 sslSocket.setUseClientMode(true);
86 sslSocket.startHandshake();
89 sslSocket, e.getMessage(),
95 sslSocket.getSession().getPeerCertificates();
99 sslSocket, "failed to retrieve peer certificates");
121 sslSocket, "certificate for this site is null");
130 sslSocket.getSession().invalidate();
200 sslSocket.getSession().invalidate();
213 SSLSocket socket, String errorMessage, String defaultErrorMessage)
219 private void closeSocketThrowException(SSLSocket socket,