Jesse Vincent > GnuPG-Interface > GnuPG::Signature

Download:
GnuPG-Interface-0.42.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  5
Open  3
View Bugs
Report a bug
Source  

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 ^