MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::RSA Class Reference
Inheritance diagram for yaSSL::RSA:
Collaboration diagram for yaSSL::RSA:

Classes

struct  RSAImpl

Public Member Functions

void sign (byte *, const byte *, unsigned int, const RandomPool &)
bool verify (const byte *, unsigned int, const byte *, unsigned int)
void encrypt (byte *, const byte *, unsigned int, const RandomPool &)
void decrypt (byte *, const byte *, unsigned int, const RandomPool &)
uint get_signatureLength () const
uint get_cipherLength () const
 RSA (const byte *, unsigned int, bool publicKey=true)

Detailed Description

Definition at line 344 of file crypto_wrapper.hpp.


The documentation for this class was generated from the following files: