Class: OpenPGP::Packet::SecretSubkey

Inherits:
SecretKey show all
Defined in:
lib/openpgp/packet.rb

Overview

OpenPGP Secret-Subkey packet (tag 7).

Instance Attribute Summary

Attributes inherited from PublicKey

#algorithm, #fingerprint, #key, #key_fields, #key_id, #size, #timestamp, #version

Attributes inherited from OpenPGP::Packet

#data, #size, #tag

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