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.
-
getCreationTime()
- Returns the creation time of this session.
-
getID()
- Returns the ID of this session.
-
getInetAddress()
- Returns the address of the peer.
-
toString()
- Returns a string representation of this Session.
getID
public SessionID getID()
- Returns the ID of this session.
- Returns:
- the ID of this session
getInetAddress
public InetAddress getInetAddress()
- Returns the address of the peer.
- Returns:
- the address of the peer
getCreationTime
public long getCreationTime()
- Returns the creation time of this session.
- Returns:
- the creation time of this session
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