MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::DiffieHellman Class Reference

Classes

struct  DHImpl

Public Member Functions

 DiffieHellman (const byte *, unsigned int, const byte *, unsigned int, const byte *, unsigned int, const RandomPool &random)
 DiffieHellman (const Integer &, const Integer &, const RandomPool &)
 DiffieHellman (const DiffieHellman &)
DiffieHellmanoperator= (const DiffieHellman &)
uint get_agreedKeyLength () const
const byte * get_agreedKey () const
const byte * get_publicKey () const
void makeAgreement (const byte *, unsigned int)
void set_sizes (int &, int &, int &) const
void get_parms (byte *, byte *, byte *) const

Detailed Description

Definition at line 367 of file crypto_wrapper.hpp.


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