This class wraps an ssl ENV_PKEY structure which it assumes contains a private and public RSA key pair
![]() | OpenSSLKeyImpl (EVP_PKEY *evp) Constructor |
This class wraps an ssl ENV_PKEY structure which it assumes contains a private and public RSA key pair. It implements methods to use either the private or public key to encypt or decrypt an input string.
string privateDecrypt(const string &encrypted) const
string privateEncrypt(const string &data) const
string publicDecrypt(const string &encrypted) const
string publicEncrypt(const string &data) const
int size() const
string format() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de