Class: OpenPGP::Packet::PublicSubkey
- Inherits:
-
PublicKey
- Object
- OpenPGP::Packet
- PublicKey
- OpenPGP::Packet::PublicSubkey
- Defined in:
- lib/openpgp/packet.rb
Overview
OpenPGP Public-Subkey packet (tag 14).
Instance Attribute Summary
Attributes inherited from PublicKey
#algorithm, #fingerprint, #key, #key_fields, #key_id, #size, #timestamp, #version
Attributes inherited from OpenPGP::Packet
Method Summary
Methods inherited from PublicKey
parse_body, #read_key_material
Methods inherited from OpenPGP::Packet
#body, for, #initialize, parse, parse_body, parse_new_format, parse_old_format, tag
Constructor Details
This class inherits a constructor from OpenPGP::Packet