Net::SSH::Perl::Key::RSA1 - RSA SSH1 key object


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.

Index


NAME

Top

Net::SSH::Perl::Key::RSA1 - RSA SSH1 key object

SYNOPSIS

Top

    use Net::SSH::Perl::Key::RSA1;
    my $key = Net::SSH::Perl::Key::RSA1->new;

DESCRIPTION

Top

Net::SSH::Perl::Key::RSA1 subclasses Net::SSH::Perl::Key to implement a key object, SSH style. This object provides functionality needed by Net::SSH::Perl, ie. for checking host key files, determining whether keys are equal, generating key fingerprints, etc.

USAGE

Top

Net::SSH::Perl::Key::RSA1 implements the interface described in the documentation for Net::SSH::Perl::Key.

AUTHOR & COPYRIGHTS

Top

Please see the Net::SSH::Perl manpage for author, copyright, and license information.


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.