1Crypt::DSA::Key::SSH2(3U)ser Contributed Perl DocumentatiCornypt::DSA::Key::SSH2(3)
2
3
4

NAME

6       Crypt::DSA::Key::SSH2 - Read/write DSA SSH2 files
7

SYNOPSIS

9           use Crypt::DSA::Key;
10           my $key = Crypt::DSA::Key->new( Type => 'SSH2', ...);
11           $key->write( Type => 'SSH2', ...);
12

DESCRIPTION

14       Crypt::DSA::Key::SSH2 provides an interface to reading and writing DSA
15       SSH2 files, using Data::Buffer, which provides functionality for SSH-
16       compatible binary in/out buffers.
17
18       Currently encrypted key files are not supported.
19
20       You shouldn't use this module directly. As the SYNOPSIS above suggests,
21       this module should be considered a plugin for Crypt::DSA::Key, and all
22       access to SSH2 files (reading DSA keys from disk, etc.) should be done
23       through that module.
24
25       Read the Crypt::DSA::Key documentation for more details.
26

AUTHOR & COPYRIGHTS

28       Please see the Crypt::DSA manpage for author, copyright, and license
29       information.
30
31
32
33perl v5.30.0                      2019-07-26          Crypt::DSA::Key::SSH2(3)
Impressum