|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--iaik.security.ssl.SessionID
This class implements a session identifier. A session identifier is an arbitrary byte sequence chosen by the server to identify an active or resumable session state.
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compares two SessionIDs. |
byte[] |
getID()
Returns the session id as byte array. |
int |
hashCode()
Creates an integer suitable for hash table indexing. |
java.lang.String |
toString()
Returns a string representation of this SessionID. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public byte[] getID()
public int hashCode()
public boolean equals(java.lang.Object object)
obj - the SesionID to compare againstpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||