Manual Reference Pages  - Crypt::DSA::Key::PEM (3)

NAME

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

CONTENTS

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.
Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 Crypt::DSA::Key::PEM (3) 2004-12-31
Generated by manServer 1.07 from /usr/share/man/man3/Crypt::DSA::Key::PEM.3pm using man macros.