Class: Rex::Proto::Kerberos::Keytab::Krb5KeytabKeyblock
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Keytab::Krb5KeytabKeyblock
- Defined in:
- lib/rex/proto/kerberos/keytab/krb5_keytab.rb
Instance Attribute Summary collapse
-
#enctype ⇒ Integer
The encryption type.
Instance Method Summary collapse
Instance Attribute Details
#enctype ⇒ Integer
Returns The encryption type.
35 |
# File 'lib/rex/proto/kerberos/keytab/krb5_keytab.rb', line 35 uint16 :enctype |
Instance Method Details
#data ⇒ KeytabCountedOctetString
38 |
# File 'lib/rex/proto/kerberos/keytab/krb5_keytab.rb', line 38 counted_octet_string :data |