-
Enhancement
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110129 | 1.4.0 | Jayalaxmi Hangal | P3 | Closed | Not an Issue |
A SSLSessionContext is a grouping of SSLSessions associated
with a single entity For example, it could be associated with
a server or client who participates in many sessions concurrently.
Logically, the SSLSessionContext must be accessible from a
SSLContext, since the SSLContext holds all of the state information
shared across all sockets created under that context, including the session
state information.
Using the JSSE API a SSLSessionContext can be obtained from a SSLSession
with a call on getSessionContext() method where, the SSLSession is
obtained from a SSLSocket.
The following proposal is for adding two new methods to the SSLContext class, to obtain the SSLSessionContexts associated with the client and the server.
with a single entity For example, it could be associated with
a server or client who participates in many sessions concurrently.
Logically, the SSLSessionContext must be accessible from a
SSLContext, since the SSLContext holds all of the state information
shared across all sockets created under that context, including the session
state information.
Using the JSSE API a SSLSessionContext can be obtained from a SSLSession
with a call on getSessionContext() method where, the SSLSession is
obtained from a SSLSocket.
The following proposal is for adding two new methods to the SSLContext class, to obtain the SSLSessionContexts associated with the client and the server.
- backported by
-
JDK-2110129 SSLSessionContext should be accessible from SSLContext
-
- Closed
-