Class: Rex::Proto::Kerberos::Pac::Krb5PacSignatureData
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::Krb5PacSignatureData
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Direct Known Subclasses
Krb5FullPacChecksum, Krb5PacPrivServerChecksum, Krb5PacServerChecksum, Krb5TicketChecksum
Instance Attribute Summary collapse
- #signature ⇒ String
-
#signature_type ⇒ Integer
Defines the cryptographic system used to calculate the checksum.
Instance Attribute Details
#signature ⇒ String
357 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 357 string :signature, length: -> { CHECKSUM_SIGNATURE_LENGTH.fetch(signature_type) } |
#signature_type ⇒ Integer
Returns 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 |