Class: Net::NTLM::Message::Type0

Inherits:
Net::NTLM::Message show all
Defined in:
lib/net/ntlm/message/type0.rb

Overview

sub class definitions

Instance Method Summary collapse

Methods inherited from Net::NTLM::Message

#data_edge, #data_size, decode64, #decode64, #deflag, #dump_flags, #encode64, #has_flag?, #head_size, parse, #parse, #security_buffers, #serialize, #set_flag, #size

Methods inherited from FieldSet

#[], #[]=, #disable, #enable, #has_disabled_fields?, #initialize, int16LE, int32LE, int64LE, names, opts, #parse, prototypes, security_buffer, #serialize, #size, string, types

Constructor Details

This class inherits a constructor from Net::NTLM::FieldSet

Instance Method Details

#signString

Returns:



7
# File 'lib/net/ntlm/message/type0.rb', line 7

string        :sign,      {:size => 8, :value => SSP_SIGN}

#sign=String

Returns:



7
# File 'lib/net/ntlm/message/type0.rb', line 7

string        :sign,      {:size => 8, :value => SSP_SIGN}

#typeInt32LE

Returns:



8
# File 'lib/net/ntlm/message/type0.rb', line 8

int32LE       :type,      {:value => 0}

#type=Int32LE

Returns:



8
# File 'lib/net/ntlm/message/type0.rb', line 8

int32LE       :type,      {:value => 0}