static class NTLMEngineImpl.Type2Message extends NTLMEngineImpl.NTLMMessage
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
challenge |
protected int |
flags |
protected java.lang.String |
target |
protected byte[] |
targetInfo |
currentOutputPosition, messageContents| Constructor and Description |
|---|
Type2Message(byte[] message) |
Type2Message(java.lang.String messageBody) |
| Modifier and Type | Method and Description |
|---|---|
(package private) byte[] |
getChallenge()
Retrieve the challenge
|
(package private) int |
getFlags()
Retrieve the response flags
|
(package private) java.lang.String |
getTarget()
Retrieve the target
|
(package private) byte[] |
getTargetInfo()
Retrieve the target info
|
addByte, addBytes, addULong, addUShort, buildMessage, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShortprotected final byte[] challenge
protected java.lang.String target
protected byte[] targetInfo
protected final int flags
Type2Message(java.lang.String messageBody)
throws NTLMEngineException
NTLMEngineExceptionType2Message(byte[] message)
throws NTLMEngineException
NTLMEngineException