All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.security.ssl.Session

java.lang.Object
   |
   +----iaik.security.ssl.Session

public class Session
extends Object
A Session holds all information which is needed to resume an old session.


Method Index

 o getCreationTime()
Returns the creation time of this session.
 o getID()
Returns the ID of this session.
 o getInetAddress()
Returns the address of the peer.
 o toString()
Returns a string representation of this Session.

Methods

 o getID
 public SessionID getID()
Returns the ID of this session.

Returns:
the ID of this session
 o getInetAddress
 public InetAddress getInetAddress()
Returns the address of the peer.

Returns:
the address of the peer
 o getCreationTime
 public long getCreationTime()
Returns the creation time of this session.

Returns:
the creation time of this session
 o toString
 public String toString()
Returns a string representation of this Session.

Returns:
the string representation
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index