/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLSocketImpl.java | 48 import javax.net.ssl.SSLSession; 166 private OpenSSLSessionImpl sslSession; 399 sslSession = sslParameters.setupSession(sslSessionNativePointer, sslNativePointer, 462 * For the purposes of an SSLSession, we want a way to represent the supplied hostname 513 // If sslSession is null, the handshake was completed during 516 // the SSLSession and session cache or notify 523 // We've returned from startHandshake, which means we've set a sslSession etc. 533 sslSession.resetId(); 538 sessionContext.putSession(sslSession); 556 new HandshakeCompletedEvent(this, sslSession); [all...] |
SSLParametersImpl.java | 46 import javax.net.ssl.SSLSession; 430 SSLSession cachedSession = getCachedClientSession(clientSessionContext, hostname, port); 662 OpenSSLSessionImpl sslSession = null; 664 sslSession = sessionToReuse; 665 sslSession.lastAccessedTime = System.currentTimeMillis(); 677 sslSession = new OpenSSLSessionImpl(sslSessionNativePointer, localCertificates, 681 getSessionContext().putSession(sslSession); 684 return sslSession; 777 SSLSession getCachedClientSession(ClientSessionContext sessionContext, String hostName, 783 SSLSession session = sessionContext.getSession(hostName, port) [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
SslSelectChannelConnector.java | 26 import javax.net.ssl.SSLSession; 110 SSLSession sslSession=sslEngine.getSession(); 112 SslCertificates.customize(sslSession,endpoint,request); 618 SSLSession sslSession = sslEngine.getSession(); 621 getUseDirectBuffers()?Type.DIRECT:Type.INDIRECT,sslSession.getApplicationBufferSize(), 622 getUseDirectBuffers()?Type.DIRECT:Type.INDIRECT,sslSession.getApplicationBufferSize(), 626 if (getRequestHeaderSize()<sslSession.getApplicationBufferSize()) 627 setRequestHeaderSize(sslSession.getApplicationBufferSize()) [all...] |
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.java | 48 import javax.net.ssl.SSLSession; 270 @Override public boolean verify(String s, SSLSession sslSession) {
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
Platform.java | 49 import javax.net.ssl.SSLSession; 318 public static SSLSession wrapSSLSession(OpenSSLSessionImpl sslSession) { 319 return new OpenSSLExtendedSessionImpl(sslSession);
|
TrustManagerImpl.java | 50 import javax.net.ssl.SSLSession; 244 private static SSLSession getHandshakeSessionOrThrow(SSLSocket sslSocket) 246 SSLSession session = sslSocket.getHandshakeSession(); 256 SSLSession session = null; 269 SSLSession session = engine.getHandshakeSession(); 297 SSLSession session = null; 314 SSLSession session = engine.getHandshakeSession(); 349 SSLSession session) throws CertificateException { 362 SSLSession session, SSLParameters parameters, boolean clientAuth) [all...] |
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/ |
MySSLContextSpi.java | 30 import javax.net.ssl.SSLSession; 175 public SSLSession getSession() {
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
OpenSSLSocketImpl.java | 31 import javax.net.ssl.SSLSession; 115 @Override public SSLSession getSession() {
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 31 import javax.net.ssl.SSLSession; 115 @Override public SSLSession getSession() {
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
RecordedRequest.java | 27 import javax.net.ssl.SSLSession; 60 SSLSession session = sslSocket.getSession();
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
DelegatingSSLSocket.java | 27 import javax.net.ssl.SSLSession; 72 @Override public SSLSession getSession() {
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
ExtendedSSLSession.java | 31 * Extends the <code>SSLSession</code> interface to support additional 36 public abstract class ExtendedSSLSession implements SSLSession {
|
SSLEngineResult.java | 82 * @see SSLSession#getPacketBufferSize() 83 * @see SSLSession#getApplicationBufferSize()
|
SSLEngine.java | 137 * SSLSession is established. Application data can not be sent during 195 * SSLSession#getPacketBufferSize()} and {@link 196 * SSLSession#getApplicationBufferSize()} should be used to determine 206 * Applications should call {@link SSLSession#getApplicationBufferSize()} 210 * application should call {@link SSLSession#getPacketBufferSize()} to ensure [all...] |
SSLSocket.java | [all...] |
SSLSession.java | 66 public interface SSLSession { 349 * It is mainly used as a hint for <code>SSLSession</code> caching 364 * It is mainly used as a hint for <code>SSLSession</code> caching
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
Platform.java | 41 import javax.net.ssl.SSLSession; 533 public static SSLSession wrapSSLSession(OpenSSLSessionImpl sslSession) { 535 return sslSession; 537 return new OpenSSLExtendedSessionImpl(sslSession);
|
KitKatPlatformOpenSSLSocketImplAdapter.java | 35 import javax.net.ssl.SSLSession; 302 public SSLSession getSession() {
|
PreKitKatPlatformOpenSSLSocketImplAdapter.java | 35 import javax.net.ssl.SSLSession; 302 public SSLSession getSession() {
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractClientConnAdapter.java | 41 import javax.net.ssl.SSLSession; 331 public SSLSession getSSLSession() { 337 SSLSession result = null;
|
/frameworks/base/core/java/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 50 import javax.net.ssl.SSLSession; 98 SSLSession session = ssl.getSession(); 104 public final boolean verify(String host, SSLSession session) {
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
MySSLContextSpi.java | 164 public SSLSession getSession() {
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLSocketPair.java | 67 * allow forcing new SSLSession to test SSLSessionContext
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
HttpsURLConnectionTest.java | 31 import javax.net.ssl.SSLSession; 314 public boolean verify(String hostname, SSLSession session) {
|
HandshakeCompletedEventTest.java | 35 import javax.net.ssl.SSLSession; 70 * javax.net.ssl.HandshakeCompletedEvent#HandshakeCompletedEvent(SSLSocket sock, SSLSession s) 179 SSLSession ss = event.getSession();
|