Hi All
 I want to create a RSA class that have the following
member and methods:
class RSAAgent{
public:
 RSA* rsa;
 RSASign();
 RSAVerify();
 RSAEncrypt();
 RSADecrypt();
 RSAGenerate();

}
Do you know any ready class to use it.
Thanks.

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to