Packet<Buffer.PlainBuffer>public class NtlmAuthenticate extends NtlmPacket
| Constructor | Description |
|---|---|
NtlmAuthenticate(byte[] lmResponse,
byte[] ntResponse,
java.lang.String userName,
java.lang.String domainName,
java.lang.String workstation,
byte[] encryptedRandomSessionKey,
long negotiateFlags,
boolean useMic) |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getVersion() |
MS-NLMP 2.2.2.10 VERSION
|
void |
setMic(byte[] mic) |
|
void |
write(Buffer.PlainBuffer buffer) |
|
void |
writeAutentificateMessage(Buffer.PlainBuffer buffer) |
readpublic NtlmAuthenticate(byte[] lmResponse,
byte[] ntResponse,
java.lang.String userName,
java.lang.String domainName,
java.lang.String workstation,
byte[] encryptedRandomSessionKey,
long negotiateFlags,
boolean useMic)
public void write(Buffer.PlainBuffer buffer)
write in interface Packet<Buffer.PlainBuffer>write in class NtlmPacketpublic void setMic(byte[] mic)
public void writeAutentificateMessage(Buffer.PlainBuffer buffer)
public byte[] getVersion()