Benjamin Trott > Crypt-OpenPGP-1.03 > Crypt::OpenPGP::Trust

Download:
Crypt-OpenPGP-1.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  8
Open  1
View Bugs
Report a bug
Source   Latest Release: Crypt-OpenPGP-1.04

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.