Crypt::RSA::Primitives(3pm) - phpMan

Command: man perldoc info search(apropos)  


Crypt::RSA::Primitives(3pm)    User Contributed Perl Documentation    Crypt::RSA::Primitives(3pm)



NAME
       Crypt::RSA::Primitives - RSA encryption, decryption, signature and verification
       primitives.

SYNOPSIS
           my $prim = new Crypt::RSA::Primitives;
           my $ctxt = $prim->core_encrypt (Key => $key, Plaintext => $string);
           my $ptxt = $prim->core_decrypt (Key => $key, Cyphertext => $ctxt);
           my $sign = $prim->core_sign    (Key => $key, Message => $string);
           my $vrfy = $prim->core_verify  (Key => $key, Signature => $sig);

DESCRIPTION
       This module implements RSA encryption, decryption, signature and verfication primitives.
       These primitives should only be used in the context of an encryption or signing scheme.
       See Crypt::RSA::ES::OAEP(3), and Crypt::RSA::SS::PSS(3) for the implementation of two such
       schemes.

ERROR HANDLING
       See ERROR HANDLING in Crypt::RSA(3) manpage.

AUTHOR
       Vipul Ved Prakash, <mail AT vipul.net>

SEE ALSO
       Crypt::RSA(3), Crypt::RSA::Key(3), Crypt::RSA::ES::OAEP(3), Crypt::RSA::SS::PSS(3)



perl v5.10.0                                2005-10-20                Crypt::RSA::Primitives(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-22 18:29 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!