|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractRequest
net.handle.hdllib.SessionExchangeKeyRequest
public class SessionExchangeKeyRequest
Request used to setup a new session. Holds the identity of the client, exchange key (either a public key or a handle/index pair in handle system.
| Field Summary |
|---|
| Fields inherited from class net.handle.hdllib.AbstractRequest |
|---|
authInfo, handle, isAdminRequest, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, streaming |
| Constructor Summary | |
|---|---|
SessionExchangeKeyRequest(byte[] encryptedSessionKey)
|
|
| Method Summary | |
|---|---|
byte[] |
getEncryptedSessionKey()
|
java.lang.String |
toString()
|
| Methods inherited from class net.handle.hdllib.AbstractRequest |
|---|
clearBuffers, getNamespace, setNamespace |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionExchangeKeyRequest(byte[] encryptedSessionKey)
| Method Detail |
|---|
public byte[] getEncryptedSessionKey()
public java.lang.String toString()
toString in class AbstractRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||