private/public key pair. More...
#include <wave-crypto.h>
Public Member Functions | |
virtual | ~RSAKey (void) throw () |
virtual smart_ptr< RSAPublicKey > | getPublicKey (void)=0 |
return the public key for the public/private pair | |
virtual std::string | decrypt (IN const char *encrypted)=0 |
decrypt a string encrypted with the public key, using the private key | |
Static Public Member Functions | |
static smart_ptr< RSAKey > | create (void) |
create new RSA public/private key pair (note: very expensive!) |
private/public key pair.
Definition at line 180 of file wave-crypto.h.
crypto::RSAKey::~RSAKey | ( | void | ) | throw () [virtual] |
Definition at line 53 of file wave-crypto.cpp.