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, readUShortType1Message(java.lang.String domain,
java.lang.String host)
throws NTLMEngineException
NTLMEngineExceptionjava.lang.String getResponse()
getResponse in class NTLMEngine.NTLMMessage