Package org.apache.http.impl.auth
Class NTLMEngineImpl.Type2Message
- java.lang.Object
-
- org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
- org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
- Enclosing class:
- NTLMEngineImpl
static class NTLMEngineImpl.Type2Message extends NTLMEngineImpl.NTLMMessage
Type 2 message class
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
challenge
protected int
flags
protected java.lang.String
target
protected byte[]
targetInfo
-
Fields inherited from class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
currentOutputPosition, messageContents
-
-
Constructor Summary
Constructors Constructor Description Type2Message(byte[] message)
Type2Message(java.lang.String messageBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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-
Methods inherited from class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
addByte, addBytes, addULong, addUShort, buildMessage, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
-
-
-
Constructor Detail
-
Type2Message
Type2Message(java.lang.String messageBody) throws NTLMEngineException
- Throws:
NTLMEngineException
-
Type2Message
Type2Message(byte[] message) throws NTLMEngineException
- Throws:
NTLMEngineException
-
-