|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| DH (Integer &p, Integer &g) | |
| DH (Source &) | |
| DH (const DH &that) | |
| DH & | operator= (const DH &that) |
| void | Swap (DH &other) |
| void | Initialize (Source &) |
| void | Initialize (Integer &p, Integer &g) |
| void | GenerateKeyPair (RandomNumberGenerator &, byte *, byte *) |
| void | Agree (byte *, const byte *, const byte *, word32 otherSz=0) |
| void | SetP (const Integer &p) |
| void | SetG (const Integer &g) |
| Integer & | GetP () |
| Integer & | GetG () |
| word32 | GetByteLength () const |