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
static class NTLMEngine.Type2Message extends NTLMEngine.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
-
Constructor Summary
Constructors Constructor Description Type2Message(java.lang.String message)
-
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.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
addByte, addBytes, addULong, addUShort, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
-
-
-
Constructor Detail
-
Type2Message
Type2Message(java.lang.String message) throws NTLMEngineException
- Throws:
NTLMEngineException
-
-