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
19 new( %initialization_args )
20 This methods creates a new object. The optional arguments are ini‐
21 tialization of data members; the initialization is done in a manner
22 according to the method created as described in "new_hash_init" in
23 Class::MethodMaker.
24
25 hash_init( %args ).
26 This method works as described in "new_hash_init" in Class::Method‐
27 Maker.
28
30 Note that these data members are interacted with via object methods
31 created using the methods described in "get_set" in Class::MethodMaker,
32 or "object" in Class::MethodMaker. Please read there for more informa‐
33 tion.
34
35 as_hex_string
36 This is the hex value of the fingerprint that the object embodies,
37 in string format.
38
40 GnuPG::Key, Class::MethodMaker
41
42
43
44perl v5.8.8 2001-08-21 GnuPG::Fingerprint(3)