GnuPG::UserAttribute(3pm) | User Contributed Perl Documentation | GnuPG::UserAttribute(3pm) |
GnuPG::UserAttribute - 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,
2022-10-13 | perl v5.34.0 |