The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::OpenPGP::Trust - PGP Trust packet

SYNOPSIS

    use Crypt::OpenPGP::Trust;
    my $trust = Crypt::OpenPGP::Trust->parse($buffer);

DESCRIPTION

Crypt::OpenPGP::Trust is a PGP Trust packet. From the OpenPGP RFC: "Trust packets contain data that record the user's specifications of which key holders are trustworthy introducers, along with other information that implementing software uses for trust information."

AUTHOR & COPYRIGHTS

Please see the Crypt::OpenPGP manpage for author, copyright, and license information.