static class NTLMEngineImpl.Type3Message extends NTLMEngineImpl.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,
java.lang.String 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, readUShort
protected 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, java.lang.String password, byte[] nonce, int type2Flags, java.lang.String target, byte[] targetInformation) throws NTLMEngineException
NTLMEngineException
java.lang.String getResponse()
getResponse
in class NTLMEngineImpl.NTLMMessage