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[]challengeprotected intflagsprotected java.lang.Stringtargetprotected 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) intgetFlags()Retrieve the response flags(package private) java.lang.StringgetTarget()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
-
-