static class NTLMEngineImpl.Type1Message extends NTLMEngineImpl.NTLMMessage
Modifier and Type | Field and Description |
---|---|
private byte[] |
domainBytes |
private byte[] |
hostBytes |
Constructor and Description |
---|
Type1Message() |
Type1Message(java.lang.String domain,
java.lang.String host) |
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
Type1Message()
java.lang.String getResponse()
getResponse
in class NTLMEngineImpl.NTLMMessage