1GnuPG::SecretKey(3) User Contributed Perl Documentation GnuPG::SecretKey(3)
2
3
4
6 GnuPG::SecretKey - GnuPG Secret Key Objects
7
9 # assumes a GnuPG::Interface object in $gnupg
10 my @keys = $gnupg->get_secret_keys( 'ftobin' );
11
12 # now GnuPG::SecretKey objects are in @keys
13
15 GnuPG::SecretKey objects are generally instantiated through various
16 methods of GnuPG::Interface. They embody various aspects of a GnuPG
17 secret key.
18
19 This package inherits data members and object methods from
20 GnuPG::PrimaryKey, which is 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.36.0 2022-07-22 GnuPG::SecretKey(3)