Class: Rex::Proto::Kerberos::Model::PreAuthPkAsRep
- Inherits:
-
RASN1::Model
- Object
- RASN1::Model
- Rex::Proto::Kerberos::Model::PreAuthPkAsRep
- Defined in:
- lib/rex/proto/kerberos/model/pre_auth_pk_as_rep.rb
Overview
This class is a representation of a KERB-PA-PK-AS-REP, pre authenticated data to perform PKINIT
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.decode(data) ⇒ Object
20 21 22 |
# File 'lib/rex/proto/kerberos/model/pre_auth_pk_as_rep.rb', line 20 def self.decode(data) self.parse(data) end |