Jesse Vincent > GnuPG-Interface-0.40_04 > GnuPG::UserId

Download:
GnuPG-Interface-0.40_04.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  5
Open  3
View Bugs
Report a bug
Source   Latest Release: GnuPG-Interface-0.42

NAME ^

GnuPG::UserId - GnuPG User ID Objects

SYNOPSIS ^

  # assumes a GnuPG::PublicKey object in $publickey
  my $user_id = $publickey->user_ids_ref->[0]->as_string;

DESCRIPTION ^

GnuPG::UserId objects are generally not instantiated on their own, but rather as part of GnuPG::PublicKey or GnuPG::SecretKey objects.

OBJECT METHODS ^

new( %initialization_args )

This methods creates a new object. The optional arguments are initialization of data members;

OBJECT DATA MEMBERS ^

as_string

A string of the user id.

validity

A scalar holding the value GnuPG reports for the trust of authenticity (a.k.a.) validity of a key. See GnuPG's DETAILS file for details.

signatures

A list of GnuPG::Signature objects embodying the signatures on this user id.

SEE ALSO ^

GnuPG::Signature,