Class: Net::NTLM::Blob

Inherits:
FieldSet show all
Defined in:
lib/net/ntlm.rb

Instance Method Summary collapse

Methods inherited from FieldSet

#[], #[]=, #disable, #enable, #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

#blob_signatureInt32LE

Returns:



528
# File 'lib/net/ntlm.rb', line 528

int32LE    :blob_signature,   {:value => BLOB_SIGN}

#blob_signature=Int32LE

Returns:



528
# File 'lib/net/ntlm.rb', line 528

int32LE    :blob_signature,   {:value => BLOB_SIGN}

#challengeString

Returns:



531
# File 'lib/net/ntlm.rb', line 531

string     :challenge,      {:value => "", :size => 8}

#challenge=String

Returns:



531
# File 'lib/net/ntlm.rb', line 531

string     :challenge,      {:value => "", :size => 8}

#reservedInt32LE

Returns:



529
# File 'lib/net/ntlm.rb', line 529

int32LE    :reserved,         {:value => 0}

#reserved=Int32LE

Returns:



529
# File 'lib/net/ntlm.rb', line 529

int32LE    :reserved,         {:value => 0}

#target_infoString

Returns:



533
# File 'lib/net/ntlm.rb', line 533

string     :target_info,      {:value => "", :size => 0}

#target_info=String

Returns:



533
# File 'lib/net/ntlm.rb', line 533

string     :target_info,      {:value => "", :size => 0}

#timestampInt64

Returns:

  • (Int64)


530
# File 'lib/net/ntlm.rb', line 530

int64LE    :timestamp,      {:value => 0}

#timestamp=Int64

Returns:

  • (Int64)


530
# File 'lib/net/ntlm.rb', line 530

int64LE    :timestamp,      {:value => 0}

#unknown1Int32LE

Returns:



532
# File 'lib/net/ntlm.rb', line 532

int32LE    :unknown1,     {:value => 0}

#unknown1=Int32LE

Returns:



532
# File 'lib/net/ntlm.rb', line 532

int32LE    :unknown1,     {:value => 0}

#unknown2Int32LE

Returns:



534
# File 'lib/net/ntlm.rb', line 534

int32LE    :unknown2,         {:value => 0}

#unknown2=Int32LE

Returns:



534
# File 'lib/net/ntlm.rb', line 534

int32LE    :unknown2,         {:value => 0}