Uses of Interface javax.net.ssl.SSLSession

Uses in package javax.naming.ldap

Methods with return type javax.net.ssl.SSLSession

SSLSession
Negotiate the TLS session using the default SSL socket factory.
SSLSession
Negotiate the TLS session using the supplied SSL socket factory.

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
Return the SSLSession object this connection represents.
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.