|
|||||||||
| 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.VerifyAuthRequest
public class VerifyAuthRequest
Request used to resolve a handle. Holds the handle and parameters used in resolution.
| Field Summary | |
|---|---|
int |
handleIndex
|
byte[] |
nonce
|
byte |
origDigestAlg
|
byte[] |
origRequestDigest
|
byte[] |
signedResponse
|
| Fields inherited from class net.handle.hdllib.AbstractRequest |
|---|
authInfo, handle, isAdminRequest, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, streaming |
| Constructor Summary | |
|---|---|
VerifyAuthRequest(byte[] handle,
byte[] nonce,
byte[] origRequestDigest,
byte origDigestAlg,
byte[] signedResponse,
int handleIndex,
AuthenticationInfo authInfo)
|
|
| Method Summary |
|---|
| Methods inherited from class net.handle.hdllib.AbstractRequest |
|---|
clearBuffers, getNamespace, setNamespace, toString |
| 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 |
| Field Detail |
|---|
public int handleIndex
public byte[] nonce
public byte origDigestAlg
public byte[] origRequestDigest
public byte[] signedResponse
| Constructor Detail |
|---|
public VerifyAuthRequest(byte[] handle,
byte[] nonce,
byte[] origRequestDigest,
byte origDigestAlg,
byte[] signedResponse,
int handleIndex,
AuthenticationInfo authInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||