net.handle.hdllib
Class ClientSideSessionInfo
java.lang.Object
net.handle.hdllib.SessionInfo
net.handle.hdllib.ClientSideSessionInfo
public class ClientSideSessionInfo
- extends SessionInfo
Methods inherited from class net.handle.hdllib.SessionInfo |
decryptBuffer, encryptBuffer, getAuthenticateMessageFlag, getDefaultTimeout, getEncryptedMesssageFlag, getEncryptionAlgorithmCode, getSessionID, getSessionKey, getTimeOut, hasExpired, isSessionAnonymous, setAuthenticateMessageFlag, setDefaultTimeout, setEncryptedMesssageFlag, setEncryptionAlgorithmCode, setSessionKey, setTimeOut, touch |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
public ServerInfo server
ClientSideSessionInfo
public ClientSideSessionInfo(int sessionid,
byte[] sessionkey,
byte[] identityHandle,
int identityindex,
ServerInfo server)
setExchangeKeyRef
public void setExchangeKeyRef(byte[] keyrefHandle,
int keyrefindex)
setExchangePublicKey
public void setExchangePublicKey(byte[] key)
getExchangeKeyRefHandle
public byte[] getExchangeKeyRefHandle()
getExchangeKeyRefindex
public int getExchangeKeyRefindex()
getExchagePublicKey
public byte[] getExchagePublicKey()
takeValuesFromOption
public void takeValuesFromOption(SessionSetupInfo option)
equals
public boolean equals(java.lang.Object obj)
- Returns true if the given object is an equivalent ClientSideSessionInfo
object
- Overrides:
equals
in class SessionInfo