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
Type 1 message assembly class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) java.lang.String
Getting the response involves building the message before returning itMethods 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
hostBytes
protected byte[] hostBytes -
domainBytes
protected byte[] domainBytes
-
-
Constructor Details
-
Type1Message
Type1Message(java.lang.String domain, java.lang.String host) throws NTLMEngineException Constructor. Include the arguments the message will need- Throws:
NTLMEngineException
-
-
Method Details
-
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.
-