1GnuPG::PublicKey(3) User Contributed Perl Documentation GnuPG::PublicKey(3)
2
3
4
6 GnuPG::PublicKey - GnuPG Public Key Objects
7
9 # assumes a GnuPG::Interface object in $gnupg
10 my @keys = $gnupg->get_public_keys( 'ftobin' );
11
12 # now GnuPG::PublicKey objects are in @keys
13
15 GnuPG::PublicKey objects are generally instantiated through various
16 methods of GnuPG::Interface. They embody various aspects of a GnuPG
17 public key.
18
19 This package inherits data members and object methods from
20 GnuPG::PrimaryKey, which is not described here, but rather in
21 GnuPG::PrimaryKey.
22
23 Currently, this package is functionally no different from
24 GnuPG::PrimaryKey.
25
27 GnuPG::PrimaryKey,
28
29
30
31perl v5.30.1 2020-01-30 GnuPG::PublicKey(3)