Class NTLMEngine.Type2Message
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.Type2Message
- Enclosing class:
- NTLMEngine
Type 2 message class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected int
protected String
protected byte[]
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
addByte, addBytes, addULong, addUShort, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
Field Details
-
challenge
protected byte[] challenge -
target
-
targetInfo
protected byte[] targetInfo -
flags
protected int flags
-
-
Constructor Details
-
Type2Message
Type2Message(String 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
-