NAME
Net::SSH::Perl::Key::RSA - RSA key object
SYNOPSIS
use Net::SSH::Perl::Key::RSA;
my $key = Net::SSH::Perl::Key::RSA->new;
DESCRIPTION
Net::SSH::Perl::Key::RSA 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.
AUTHOR & COPYRIGHTS
Please see the Net::SSH::Perl manpage for author, copyright, and license information.