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

  /external/apache-http/android/src/android/net/http/
CertificateChainValidator.java 40 import javax.net.ssl.SSLSession;
112 // get a valid SSLSession, close the socket if we fail
113 SSLSession sslSession = sslSocket.getSession();
114 if (!sslSession.isValid()) {
278 SSLSession session = socket.getSession();
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSessionTest.java 38 import javax.net.ssl.SSLSession;
517 SSLSession sslSession = client.getSession();
518 assertEquals("foobar", sslSession.getPeerHost());
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
SSLSessionTest.java 39 import javax.net.ssl.SSLSession;
525 SSLSession sslSession = client.getSession();
526 assertEquals("foobar", sslSession.getPeerHost());
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
AbstractInteropTest.java 127 import javax.net.ssl.SSLSession;
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 168 milliseconds