Class NtlmNegotiate
java.lang.Object
com.hierynomus.ntlm.messages.NtlmPacket
com.hierynomus.ntlm.messages.NtlmNegotiate
- All Implemented Interfaces:
Packet<Buffer.PlainBuffer>
[MS-NLMP].pdf 2.2.1.1 NEGOTIATE_MESSAGE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Set<NtlmNegotiateFlag> protected Set<NtlmNegotiateFlag> protected WindowsVersion -
Constructor Summary
ConstructorsConstructorDescriptionNtlmNegotiate(Set<NtlmNegotiateFlag> flags, String domain, String workstation, WindowsVersion version, boolean omitVersion) -
Method Summary
Methods inherited from class NtlmPacket
read
-
Field Details
-
DEFAULT_FLAGS
-
negotiateFlags
-
version
-
-
Constructor Details
-
NtlmNegotiate
public NtlmNegotiate(Set<NtlmNegotiateFlag> flags, String domain, String workstation, WindowsVersion version, boolean omitVersion)
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<Buffer.PlainBuffer>- Overrides:
writein classNtlmPacket
-
toString
-