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 java.lang.String
protected byte[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byte[]
Retrieve the challenge(package private) int
getFlags()
Retrieve the response flags(package private) java.lang.String
Retrieve the target(package private) byte[]
Retrieve the target infoMethods 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
challenge
protected byte[] challenge -
target
protected java.lang.String target -
targetInfo
protected byte[] targetInfo -
flags
protected int flags
-
-
Constructor Details
-
Type2Message
Type2Message(java.lang.String message) throws NTLMEngineException - Throws:
NTLMEngineException
-
-
Method Details
-
getChallenge
byte[] getChallenge()Retrieve the challenge -
getTarget
java.lang.String getTarget()Retrieve the target -
getTargetInfo
byte[] getTargetInfo()Retrieve the target info -
getFlags
int getFlags()Retrieve the response flags
-