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

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLContextImpl.java43 private final ClientSessionContext clientSessionContext; field in class:SSLContextImpl
51 clientSessionContext = new ClientSessionContext();
64 clientSessionContext = new ClientSessionContext();
68 clientSessionContext = DEFAULT_SSL_CONTEXT_IMPL.engineGetClientSessionContext();
74 clientSessionContext,
93 clientSessionContext, serverSessionContext);
139 return clientSessionContext;
H A DSSLParametersImpl.java56 private final ClientSessionContext clientSessionContext; field in class:SSLParametersImpl
100 SecureRandom sr, ClientSessionContext clientSessionContext,
104 this.clientSessionContext = clientSessionContext;
167 return clientSessionContext;
99 SSLParametersImpl(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext) argument

Completed in 30 milliseconds