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

NAME

6       GnuPG::Signature - GnuPG Key Signature Objects
7

SYNOPSIS

9         # assumes a GnuPG::SubKey object in $key
10         my $signing_id = $key->signature->hex_id();
11

DESCRIPTION

13       GnuPG::Signature objects are generally not instantiated on their own,
14       but rather as part of GnuPG::Key objects.  They embody various aspects
15       of a GnuPG signature on a key.
16

OBJECT METHODS

18       new( %initialization_args )
19           This methods creates a new object.  The optional arguments are ini‐
20           tialization of data members; the initialization is done in a manner
21           according to the method created as described in "new_hash_init" in
22           Class::MethodMaker.
23

OBJECT DATA MEMBERS

25       Note that these data members are interacted with via object methods
26       created using the methods described in "get_set" in Class::MethodMaker,
27       "object" in Class::MethodMaker, or "list" in Class::MethodMaker.
28       Please read there for more information.
29
30       algo_num
31           The number of the algorithm used for the signature.
32
33       hex_id
34           The hex id of the signing key.
35
36       user_id_string
37           The first user id string on the key that made the signature.  This
38           may not be defined if the signing key is not on the local keyring.
39
40       date_string
41           The formatted date the signature was performed on.
42

SEE ALSO

44       See also Class::MethodMaker.
45
46
47
48perl v5.8.8                       2001-08-21               GnuPG::Signature(3)
Impressum