static class NTLMEngine.Type3Message extends NTLMEngine.NTLMMessage
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
domainBytes |
protected byte[] |
hostBytes |
protected byte[] |
lmResp |
protected byte[] |
ntResp |
protected byte[] |
sessionKey |
protected int |
type2Flags |
protected byte[] |
userBytes |
| Constructor and Description |
|---|
Type3Message(java.lang.String domain,
java.lang.String host,
java.lang.String user,
char[] password,
byte[] nonce,
int type2Flags,
java.lang.String target,
byte[] targetInformation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getResponse()
Assemble the response
|
addByte, addBytes, addULong, addUShort, getMessageLength, getPreambleLength, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShortprotected int type2Flags
protected byte[] domainBytes
protected byte[] hostBytes
protected byte[] userBytes
protected byte[] lmResp
protected byte[] ntResp
protected byte[] sessionKey
Type3Message(java.lang.String domain,
java.lang.String host,
java.lang.String user,
char[] password,
byte[] nonce,
int type2Flags,
java.lang.String target,
byte[] targetInformation)
throws NTLMEngineException
NTLMEngineExceptionjava.lang.String getResponse()
getResponse in class NTLMEngine.NTLMMessage