1GnuPG::PublicKey(3)   User Contributed Perl Documentation  GnuPG::PublicKey(3)
2
3
4

NAME

6       GnuPG::PublicKey - GnuPG Public Key Objects
7

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

27       GnuPG::PrimaryKey,
28
29
30
31perl v5.32.1                      2021-01-31               GnuPG::PublicKey(3)
Impressum