Man Page: gnupg::userattribute
Operating Environment: debian
Section: 3pm
GnuPG::UserAttribute(3pm) User Contributed Perl Documentation GnuPG::UserAttribute(3pm)NAMEGnuPG::UserAttribute - GnuPG User Attribute ObjectsSYNOPSIS# assumes a GnuPG::PublicKey object in $publickey my $jpgs_size = $publickey->user_attributes->[0]->subpacket_total_size();DESCRIPTIONGnuPG::UserAttribute objects are generally not instantiated on their own, but rather as part of GnuPG::PublicKey or GnuPG::SecretKey objects.OBJECT METHODSnew( %initialization_args ) This methods creates a new object. The optional arguments are initialization of data members;OBJECT DATA MEMBERSvalidity A scalar holding the value GnuPG reports for the calculated validity of the binding between this User Attribute packet and its associated primary key. See GnuPG's DETAILS file for details. subpacket_count A scalar holding the number of attribute subpackets. This is usually 1, as most UATs seen in the wild contain a single image in JPEG format. subpacket_total_size A scalar holding the total byte count of all attribute subpackets. signatures A list of GnuPG::Signature objects embodying the signatures on this user attribute. revocations A list of revocations associated with this User Attribute, stored as GnuPG::Signature objects (since revocations are a type of certification as well).BUGSNo useful information about the embedded attributes is provided yet. It would be nice to be able to get ahold of the raw JPEG material.SEE ALSOGnuPG::Signature, perl v5.12.4 2010-05-10 GnuPG::UserAttribute(3pm)
| Related Man Pages |
|---|
| libgpg-error(3) - opensolaris |
| keylookup(1) - debian |
| gnupg::tie(3pm) - debian |
| gnupg::handles(3pm) - debian |
| gnupg::options(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| unix certification |
| Unix certification |
| Certification HP Certified Systems Administrator |
| secure file transfer with public key |
| The Benefits or Not of Certification (was LPIC certification) |