Class NTLMEngineImpl.Type2Message
java.lang.Object
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- Enclosing class:
NTLMEngineImpl
Type 2 message class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte[]
(package private) final int
(package private) String
(package private) byte[]
Fields inherited from class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
currentOutputPosition, messageContents
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
addByte, addBytes, addULong, addUShort, buildMessage, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
Field Details
-
challenge
final byte[] challenge -
target
String target -
targetInfo
byte[] targetInfo -
flags
final int flags
-
-
Constructor Details
-
Type2Message
Type2Message(String messageBody) throws NTLMEngineException - Throws:
NTLMEngineException
-
Type2Message
Type2Message(byte[] message) throws NTLMEngineException - Throws:
NTLMEngineException
-
-
Method Details
-
getChallenge
byte[] getChallenge()Retrieve the challenge -
getTarget
String getTarget()Retrieve the target -
getTargetInfo
byte[] getTargetInfo()Retrieve the target info -
getFlags
int getFlags()Retrieve the response flags
-