public key suitable for encrypting More...
#include <wave-crypto.h>
Public Member Functions | |
virtual | ~RSAPublicKey (void) throw () |
virtual std::string | serialize (void)=0 |
return a serialized (string) version of the public key | |
virtual std::string | encrypt (IN const char *plaintext)=0 |
return the given text encrypted with the public key | |
Static Public Member Functions | |
static smart_ptr< RSAPublicKey > | create (IN const char *serialized) |
factory to create public key from serialized (string) version |
public key suitable for encrypting
Get these from a private/public RSAKey or by serializing and deserializing
Definition at line 161 of file wave-crypto.h.
crypto::RSAPublicKey::~RSAPublicKey | ( | void | ) | throw () [virtual] |
Definition at line 52 of file wave-crypto.cpp.