|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| RSA_PublicKey (Source &) | |
| void | Initialize (const Integer &n, const Integer &e) |
| void | Initialize (Source &) |
| Integer | ApplyFunction (const Integer &x) const |
| const Integer & | GetModulus () const |
| const Integer & | GetPublicExponent () const |
| void | SetModulus (const Integer &n) |
| void | SetPublicExponent (const Integer &e) |
| word32 | FixedCiphertextLength () |
| RSA_PublicKey (const RSA_PublicKey &other) | |
| RSA_PublicKey & | operator= (const RSA_PublicKey &that) |
| void | Swap (RSA_PublicKey &other) |
Protected Attributes | |
| Integer | n_ |
| Integer | e_ |