logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Crypt::DSA::Key::PEM - Read/write DSA PEM files

Author & Copyrights

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

perl v5.40.0                                       2024-12-14                          Crypt::DSA::Key::PEM(3pm)

Description

Crypt::DSA::Key::PEM provides an interface to reading and writing DSA PEM files, using Convert::PEM. The
       files are ASN.1-encoded and optionally encrypted.

       You shouldn't use this module directly. As the SYNOPSIS above suggests, this module should be considered
       a plugin for Crypt::DSA::Key, and all access to PEM files (reading DSA keys from disk, etc.) should be
       done through that module.

       Read the Crypt::DSA::Key documentation for more details.

Name

       Crypt::DSA::Key::PEM - Read/write DSA PEM files

Synopsis

           use Crypt::DSA::Key;
           my $key = Crypt::DSA::Key->new( Type => 'PEM', ...);
           $key->write( Type => 'PEM', ...);

See Also