NAME

Crypt::RSA::Key::Public -- RSA Public Key Management.

SYNOPSIS

$key = new Crypt::RSA::Key::Public; 
$key->write ( Filename => 'rsakeys/banquo.public' );

$akey = new Crypt::RSA::Public (
            Filename => 'rsakeys/banquo.public' 
        );

DESCRIPTION

[coming soon]

AUTHOR

Vipul Ved Prakash, <mail@vipul.net>

SEE ALSO

Crypt::RSA::Key(3), Crypt::RSA::Private(3)