static class NTLMEngine.Type1Message extends NTLMEngine.NTLMMessage
Modifier and Type | Field and Description |
---|---|
protected byte[] |
domainBytes |
protected byte[] |
hostBytes |
Constructor and Description |
---|
Type1Message(java.lang.String domain,
java.lang.String host)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getResponse()
Getting the response involves building the message before returning
it
|
addByte, addBytes, addULong, addUShort, getMessageLength, getPreambleLength, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
Type1Message(java.lang.String domain, java.lang.String host) throws NTLMEngineException
NTLMEngineException
java.lang.String getResponse()
getResponse
in class NTLMEngine.NTLMMessage