static class NTLMEngine.Type2Message extends NTLMEngine.NTLMMessage
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
challenge |
protected int |
flags |
protected java.lang.String |
target |
protected byte[] |
targetInfo |
| Constructor and Description |
|---|
Type2Message(java.lang.String message) |
| 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, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShortprotected byte[] challenge
protected java.lang.String target
protected byte[] targetInfo
protected int flags
Type2Message(java.lang.String message)
throws NTLMEngineException
NTLMEngineException