HomeSort by relevance Sort by last modified time
    Searched defs:sslSocket (Results 1 - 22 of 22) sorted by null

  /libcore/support/src/test/java/libcore/javax/net/ssl/
SSLDefaultConfigurationAsserts.java 29 import javax.net.ssl.SSLSocket;
64 assertSSLSocket((SSLSocket) sslSocketFactory.createSocket());
83 * Asserts that the provided {@link SSLSocket} has the expected default configuration.
85 public static void assertSSLSocket(SSLSocket sslSocket) {
86 assertSSLParametersClient(sslSocket.getSSLParameters());
88 StandardNames.assertDefaultCipherSuites(sslSocket.getEnabledCipherSuites());
89 StandardNames.assertSupportedCipherSuites(sslSocket.getSupportedCipherSuites());
91 sslSocket.getSupportedCipherSuites(),
92 sslSocket.getEnabledCipherSuites())
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 30 import javax.net.ssl.SSLSocket;
65 SSLSocket sslSocket =
66 (SSLSocket) sslSocketFactory.createSocket(socket, socket.getInetAddress().getHostAddress(),
68 sslSocket.setUseClientMode(false);
69 NextProtoNego.put(sslSocket, new NextProtoNego.ServerProvider() {
80 return sslSocket;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 30 import javax.net.ssl.SSLSocket;
159 * Create an {@code SSLSocket} and perform the TLS handshake and certificate
173 SSLSocket sslSocket = (SSLSocket) socket;
175 platform.enableTlsExtensions(sslSocket, route.address.uriHost);
177 platform.supportTlsIntolerantServer(sslSocket);
185 platform.setNpnProtocols(sslSocket, Protocol.HTTP2_SPDY3_AND_HTTP);
188 platform.setNpnProtocols(sslSocket, Protocol.HTTP2_AND_HTTP_11);
191 platform.setNpnProtocols(sslSocket, Protocol.SPDY3_AND_HTTP11)
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 43 import javax.net.ssl.SSLSocket;
279 return (SSLSocket) this.socketfactory.createSocket();
300 SSLSocket sslsock = (SSLSocket)
361 if (!(sock instanceof SSLSocket)) {
382 SSLSocket sslSocket = (SSLSocket) this.socketfactory.createSocket(
388 hostnameVerifier.verify(host, sslSocket);
390 return sslSocket;
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 28 import javax.net.ssl.SSLSocket;
58 if (socket instanceof SSLSocket) {
59 SSLSocket sslSocket = (SSLSocket) socket;
60 SSLSession session = sslSocket.getSession();
195 * {@code sslSocket.getSession().getCipherSuite()} or {@code null} if the connection doesn't
204 * {@code sslSocket.getSession().getLocalPrincipal()} or {@code null} if the connection doesn't
213 * {@code sslSocket.getSession().getLocalCertificates()} or {@code null} if the connection
222 * {@code sslSocket.getSession().getPeerPrincipal()}, or {@code null} if the connection doesn'
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 49 import javax.net.ssl.SSLSocket;
299 SSLSocket sslsock = (SSLSocket)
361 if (!(sock instanceof SSLSocket)) {
383 SSLSocket sslSocket = (SSLSocket) socketfactory.createSocket(
389 hostnameVerifier.verify(host, sslSocket);
391 return sslSocket;
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 40 import javax.net.ssl.SSLSocket;
449 SSLSocket sslSocket = (SSLSocket) (sslContexts[i]
452 String[] enabledCipherSuites = sslSocket.getEnabledCipherSuites();
453 String[] enabledProtocols = sslSocket.getEnabledProtocols();
472 SSLSocket sslSocket = (SSLSocket) (sslContexts[i]
474 String[] supportedCipherSuites = sslSocket.getSupportedCipherSuites()
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 45 import javax.net.ssl.SSLSocket;
164 SSLSocket sslSocket = (SSLSocket) sslContext.getSocketFactory().createSocket();
167 expectedCipherSuites, sslSocket.getEnabledCipherSuites());
169 expectedCipherSuites, sslSocket.getSSLParameters().getCipherSuites());
171 IoUtils.closeQuietly(sslSocket);
180 IoUtils.closeQuietly(sslSocket);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 46 import javax.net.ssl.SSLSocket;
146 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
186 SSLSocket peerSocket = (SSLSocket) doPersistentInteraction(
273 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
318 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
402 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 176 typedef struct sslSocketStr sslSocket;
190 typedef SECStatus (*sslHandshakeFunc)(sslSocket *ss);
197 typedef PRInt32 (*sslSendFunc)(sslSocket *ss, const unsigned char *buf,
210 typedef PRInt32 (*ssl3HelloExtensionSenderFunc)(sslSocket *ss, PRBool append,
216 typedef SECStatus (* ssl3HelloExtensionHandlerFunc)(sslSocket *ss,
233 ssl3_RegisterServerHelloExtensionSender(sslSocket *ss, PRUint16 ex_type,
237 ssl3_CallHelloExtensionSenders(sslSocket *ss, PRBool append, PRUint32 maxBytes,
244 ssl3_AppendPaddingExtension(sslSocket *ss, unsigned int extensionLen,
249 int (*connect) (sslSocket *, const PRNetAddr *);
250 PRFileDesc *(*accept) (sslSocket *, PRNetAddr *)
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 587 milliseconds