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 GnuPG::Pri‐
20 maryKey, which is described here, but rather in GnuPG::PrimaryKey.
21
22 Currently, this package is functionally no different from GnuPG::Prima‐
23 ryKey.
24
26 GnuPG::PrimaryKey,
27
28
29
30perl v5.8.8 2001-08-21 GnuPG::PublicKey(3)