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

NAME

Crypt::Perl::RSA::Parse - RSA key parsing

SYNOPSIS

    use Crypt::Perl::RSA::Parse ();

    #These accept either DER or PEM, native format or PKCS8.
    #
    my $prkey = Crypt::Perl::RSA::Parse::private($buffer);
    my $pbkey = Crypt::Perl::RSA::Parse::public($buffer);

DISCUSSION

See Crypt::Perl::RSA::PrivateKey and Crypt::Perl::RSA::PublicKey for descriptions of the interfaces that this module returns.