Searched defs:sslSocket (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DCertificateChainValidator.java70 * @param sslSocket The secure connection socket
75 HttpsConnection connection, SSLSocket sslSocket, String domain)
78 SSLSession sslSession = sslSocket.getSession();
80 closeSocketThrowException(sslSocket, "failed to perform SSL handshake");
85 sslSocket.getSession().getPeerCertificates();
89 sslSocket, "failed to retrieve peer certificates");
74 doHandshakeAndValidateServerCertificates( HttpsConnection connection, SSLSocket sslSocket, String domain) argument

Completed in 38 milliseconds