1GnuPG::Fingerprint(3) User Contributed Perl DocumentationGnuPG::Fingerprint(3)
2
3
4

NAME

6       GnuPG::Fingerprint - GnuPG Fingerprint Objects
7

SYNOPSIS

9         # assumes a GnuPG::Key in $key
10         my $fingerprint = $key->fingerprint->as_hex_string();
11

DESCRIPTION

13       GnuPG::Fingerprint objects are generally part of GnuPG::Key objects,
14       and are not created on their own.
15

OBJECT METHODS

17   Initialization Methods
18       new( %initialization_args )
19           This methods creates a new object.  The optional arguments are
20           initialization of data members.
21
22       hash_init( %args ).
23       compare( $other )
24           Returns non-zero only when this fingerprint is identical to the
25           other GnuPG::Fingerprint.
26

OBJECT DATA MEMBERS

28       as_hex_string
29           This is the hex value of the fingerprint that the object embodies,
30           in string format.
31

SEE ALSO

33       GnuPG::Key,
34
35
36
37perl v5.30.1                      2020-01-30             GnuPG::Fingerprint(3)
Impressum