Class NtlmAuthenticate
java.lang.Object
com.hierynomus.ntlm.messages.NtlmPacket
com.hierynomus.ntlm.messages.NtlmAuthenticate
- All Implemented Interfaces:
Packet<Buffer.PlainBuffer>
[MS-NLMP].pdf 2.2.1.3 AUTHENTICATE_MESSAGE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Set<NtlmNegotiateFlag> protected Set<NtlmNegotiateFlag> protected WindowsVersion -
Constructor Summary
ConstructorsConstructorDescriptionNtlmAuthenticate(byte[] lmResponse, byte[] ntResponse, String userName, String domainName, String workstation, byte[] encryptedRandomSessionKey, Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]MS-NLMP 2.2.2.10 VERSIONvoidsetMic(byte[] mic) toString()voidwrite(Buffer.PlainBuffer buffer) Methods inherited from class NtlmPacket
read
-
Field Details
-
DEFAULT_FLAGS
-
negotiateFlags
-
version
-
-
Constructor Details
-
NtlmAuthenticate
public NtlmAuthenticate(byte[] lmResponse, byte[] ntResponse, String userName, String domainName, String workstation, byte[] encryptedRandomSessionKey, Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version)
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<Buffer.PlainBuffer>- Overrides:
writein classNtlmPacket
-
setMic
public void setMic(byte[] mic) -
getVersion
public byte[] getVersion()MS-NLMP 2.2.2.10 VERSION- Returns:
-
toString
-