Class Net::NTLM::Message::Type3
In: lib/net/ntlm/message/type3.rb
Parent: Message

@private false

Methods

Public Class methods

Builds a Type 3 packet @note All options must be properly encoded with either unicode or oem encoding @return [Type3] @option arg [String] :lm_response The LM hash @option arg [String] :ntlm_response The NTLM hash @option arg [String] :domain The domain to authenticate to @option arg [String] :workstation The name of the calling workstation @option arg [String] :session_key The session key @option arg [Integer] :flag Flags for the packet

Public Instance methods

@param server_challenge (see password?)

@return [Symbol]

@param password [String] @param server_challenge [String] The server‘s {Type2#challenge challenge} from the

  {Type2} message for which this object is a response.

@return [true] if password was the password used to generate this

  {Type3} message

@return [false] otherwise

[Validate]