![]() |
![]()
| ![]() |
![]()
NAMEGnuPG::SubKey - GnuPG Sub Key objects SYNOPSIS# assumes a GnuPG::PublicKey object in $key my @subkeys = $key->subkeys(); # now GnuPG::SubKey objects are in @subkeys DESCRIPTIONGnuPG::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. OBJECT DATA MEMBERS
SEE ALSOGnuPG::Key, GnuPG::Signature,
|