Class NTLMEngine.Type1Message
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
-
- org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.Type1Message
-
- Enclosing class:
- NTLMEngine
static class NTLMEngine.Type1Message extends NTLMEngine.NTLMMessage
Type 1 message assembly class
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
domainBytes
protected byte[]
hostBytes
-
Constructor Summary
Constructors Constructor Description Type1Message(java.lang.String domain, java.lang.String host)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getResponse()
Getting the response involves building the message before returning it-
Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
addByte, addBytes, addULong, addUShort, getMessageLength, getPreambleLength, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
-
-
-
Constructor Detail
-
Type1Message
Type1Message(java.lang.String domain, java.lang.String host) throws NTLMEngineException
Constructor. Include the arguments the message will need- Throws:
NTLMEngineException
-
-
Method Detail
-
getResponse
java.lang.String getResponse()
Getting the response involves building the message before returning it- Overrides:
getResponse
in classNTLMEngine.NTLMMessage
- Returns:
- The response as above.
-
-