HomeSort by relevance Sort by last modified time
    Searched refs:clientSessionContext (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLContextImpl.java 43 private final ClientSessionContext clientSessionContext;
51 clientSessionContext = new ClientSessionContext();
64 clientSessionContext = new ClientSessionContext();
68 clientSessionContext = DEFAULT_SSL_CONTEXT_IMPL.engineGetClientSessionContext();
74 clientSessionContext,
93 clientSessionContext, serverSessionContext);
138 public ClientSessionContext engineGetClientSessionContext()
    [all...]
SSLParametersImpl.java 56 private final ClientSessionContext clientSessionContext;
100 SecureRandom sr, ClientSessionContext clientSessionContext,
104 this.clientSessionContext = clientSessionContext;
150 new ClientSessionContext(),
166 protected ClientSessionContext getClientSessionContext() {
167 return clientSessionContext;
OpenSSLSocketImpl.java 197 private OpenSSLSessionImpl getCachedClientSession(ClientSessionContext sessionContext) {
326 ClientSessionContext clientSessionContext = sslParameters.getClientSessionContext();
327 sessionContext = clientSessionContext;
328 sessionToReuse = getCachedClientSession(clientSessionContext);
    [all...]

Completed in 77 milliseconds