Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Crypt::DSA::Key::PEM

Name Crypt::DSA::Key::PEM
Version 1.17
Located at /usr/share/perl5
File /usr/share/perl5/Crypt/DSA/Key/PEM.pm
Is Core No
Search CPAN for this module Crypt::DSA::Key::PEM
Documentation Crypt::DSA::Key::PEM
Module Details Crypt::DSA::Key::PEM

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', ...);


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.


AUTHOR & COPYRIGHTS

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026