Class Methods

Creates a new Session object from an instance of SSLSocket or DER/PEM encoded String.

Instance Methods

Returns true if the two Session is the same, false if not.

Returns the Session ID.

No documentation available

Returns the time at which the session was established.

Sets start time of the session. Time resolution is in seconds.

Returns the timeout value set for the session, in seconds from the established time.

Sets how long until the session expires in seconds.

Returns an ASN1 encoded String that contains the Session object.

Returns a PEM encoded String that contains the Session object.

Shows everything in the Session object. This is for diagnostic purposes.