GnuPG::Signature.3pm

Langue: en

Autres versions - même langue

Version: 2009-07-13 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

GnuPG::Signature - GnuPG Key Signature Objects

SYNOPSIS

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

DESCRIPTION

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

OBJECT METHODS

new( %initialization_args )
This methods creates a new object. The optional arguments are initialization of data members.

OBJECT DATA MEMBERS

algo_num
The number of the algorithm used for the signature.
hex_id
The hex id of the signing key.
user_id_string
The first user id string on the key that made the signature. This may not be defined if the signing key is not on the local keyring.
date_string
The formatted date the signature was performed on.

SEE ALSO