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

NAME

6       GnuPG::SubKey - GnuPG Sub Key objects
7

SYNOPSIS

9         # assumes a GnuPG::PublicKey object in $key
10         my @subkeys = $key->subkeys();
11
12         # now GnuPG::SubKey objects are in @subkeys
13

DESCRIPTION

15       GnuPG::SubKey objects are generally instantiated through various meth‐
16       ods of GnuPG::Interface.  They embody various aspects of a GnuPG sub
17       key.
18
19       This package inherits data members and object methods from GnuPG::Key,
20       which are not described here, but rather in GnuPG::Key.
21

OBJECT DATA MEMBERS

23       Note that these data members are interacted with via object methods
24       created using the methods described in "get_set" in Class::MethodMaker,
25       "object" in Class::MethodMaker, or "list" in Class::MethodMaker.
26       Please read there for more information.
27
28       validity
29           A scalar holding the value GnuPG reports for the trust of authen‐
30           ticity (a.k.a.) validity of a key.  See GnuPG's DETAILS file for
31           details.
32
33       local_id
34           GnuPG's local id for the key.
35
36       owner_trust
37           The scalar value GnuPG reports as the ownertrust for this key.  See
38           GnuPG's DETAILS file for details.
39
40       signature
41           A GnuPG::Signature object holding the representation of the signa‐
42           ture on this key.
43

SEE ALSO

45       GnuPG::Key, GnuPG::Signature, Class::MethodMaker
46
47
48
49perl v5.8.8                       2001-08-21                  GnuPG::SubKey(3)
Impressum