GnuPG::UserAttribute
GnuPG User Attribute Objects
- Provided by: libgnupg-interface-perl (Version: 0.52-2)
- Report a bug
GnuPG User Attribute Objects
# assumes a GnuPG::PublicKey object in $publickey my $jpgs_size = $publickey->user_attributes->[0]->subpacket_total_size();
GnuPG::UserAttribute objects are generally not instantiated on their own, but rather as part of GnuPG::PublicKey or GnuPG::SecretKey objects.
No useful information about the embedded attributes is provided yet. It would be nice to be able to get ahold of the raw JPEG material.
GnuPG::Signature,