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[]challengeprotected intflagsprotected java.lang.Stringtargetprotected 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) 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.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
-
-