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 &) |
DiffieHellman & | operator= (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: