net.handle.hdllib
Class ClientSideSessionInfo
java.lang.Object
net.handle.hdllib.SessionInfo
net.handle.hdllib.ClientSideSessionInfo
public class ClientSideSessionInfo
- extends SessionInfo
Constructor Summary |
ClientSideSessionInfo(int sessionid,
byte[] sessionkey,
byte[] identityHandle,
int identityindex,
int algorithmCode,
ServerInfo server,
int majorProtocolVersion,
int minorProtocolVersion)
|
ClientSideSessionInfo(int sessionid,
byte[] sessionkey,
byte[] identityHandle,
int identityindex,
ServerInfo server,
int majorProtocolVersion,
int minorProtocolVersion)
Deprecated. |
Methods inherited from class net.handle.hdllib.SessionInfo |
addSessionCounter, decryptBuffer, encryptBuffer, getAuthenticateMessageFlag, getDefaultTimeout, getEncryptedMesssageFlag, getEncryptionAlgorithmCode, getMajorProtocolVersion, getMinorProtocolVersion, getNextSessionCounter, 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 |
ClientSideSessionInfo
@Deprecated
public ClientSideSessionInfo(int sessionid,
byte[] sessionkey,
byte[] identityHandle,
int identityindex,
ServerInfo server,
int majorProtocolVersion,
int minorProtocolVersion)
- Deprecated.
ClientSideSessionInfo
public ClientSideSessionInfo(int sessionid,
byte[] sessionkey,
byte[] identityHandle,
int identityindex,
int algorithmCode,
ServerInfo server,
int majorProtocolVersion,
int minorProtocolVersion)
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