GnuPG::SubKey(3pm) | User Contributed Perl Documentation | GnuPG::SubKey(3pm) |
GnuPG::SubKey - GnuPG Sub Key objects
# assumes a GnuPG::PublicKey object in $key my @subkeys = $key->subkeys(); # now GnuPG::SubKey objects are in @subkeys
GnuPG::SubKey objects are generally instantiated through various methods of GnuPG::Interface. They embody various aspects of a GnuPG sub key.
This package inherits data members and object methods from GnuPG::Key, which are not described here, but rather in GnuPG::Key.
A GnuPG::Signature object holding the representation of the signature on this key. Please use signatures (see GnuPG::Key) instead of signature. Using signature, you will get an arbitrary signature from the set of available signatures.
GnuPG::Key, GnuPG::Signature,
2022-10-13 | perl v5.34.0 |