Class: Rex::Proto::Kerberos::Pac::Krb5PacSignatureData

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/rex/proto/kerberos/pac/krb5_pac.rb

Instance Attribute Summary collapse

Instance Attribute Details

#signatureString

Returns:

  • (String)


357
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 357

string :signature, length: -> { CHECKSUM_SIGNATURE_LENGTH.fetch(signature_type) }

#signature_typeInteger

Returns Defines the cryptographic system used to calculate the checksum.

Returns:

  • (Integer)

    Defines the cryptographic system used to calculate the checksum



353
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 353

krb5_signature_type :signature_type