1GnuPG::Fingerprint(3) User Contributed Perl DocumentationGnuPG::Fingerprint(3)
2
3
4
6 GnuPG::Fingerprint - GnuPG Fingerprint Objects
7
9 # assumes a GnuPG::Key in $key
10 my $fingerprint = $key->fingerprint->as_hex_string();
11
13 GnuPG::Fingerprint objects are generally part of GnuPG::Key objects,
14 and are not created on their own.
15
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
25 as_hex_string
26 This is the hex value of the fingerprint that the object embodies,
27 in string format.
28
30 GnuPG::Key,
31
32
33
34perl v5.12.0 2009-07-13 GnuPG::Fingerprint(3)