Uses of Interface javax.net.ssl.SSLSession

Uses in package javax.net.ssl

Constructors with parameter type javax.net.ssl.SSLSession

Creates a new handshake completed event.
Creates a new binding event.

Methods with parameter type javax.net.ssl.SSLSession

boolean
Verifies a hostname given a particular SSL session.

Methods with return type javax.net.ssl.SSLSession

SSLSession
Returns the SSL session object associated with this connection.
SSLSession
Returns the session that the object was bound to.
SSLSession
Returns this socket's session object.
SSLSession
SSLSessionContext.getSession(byte[] sessionId)
Gets the session specified by its ID, or null if there is no session, or if it has expired.