1Crypt::DSA::Key::PEM(3)User Contributed Perl DocumentatioCnrypt::DSA::Key::PEM(3)
2
3
4
6 Crypt::DSA::Key::PEM - Read/write DSA PEM files
7
9 use Crypt::DSA::Key;
10 my $key = Crypt::DSA::Key->new( Type => 'PEM', ...);
11 $key->write( Type => 'PEM', ...);
12
14 Crypt::DSA::Key::PEM provides an interface to reading and writing DSA
15 PEM files, using Convert::PEM. The files are ASN.1-encoded and
16 optionally encrypted.
17
18 You shouldn't use this module directly. As the SYNOPSIS above suggests,
19 this module should be considered a plugin for Crypt::DSA::Key, and all
20 access to PEM files (reading DSA keys from disk, etc.) should be done
21 through that module.
22
23 Read the Crypt::DSA::Key documentation for more details.
24
26 Please see the Crypt::DSA manpage for author, copyright, and license
27 information.
28
29
30
31perl v5.38.0 2023-07-20 Crypt::DSA::Key::PEM(3)