|
BeeCrypt
4.2.1
|
RSA keypair. More...
#include <rsakp.h>

Public Member Functions | |
| rsakp () | |
| rsakp (const rsakp &) | |
| ~rsakp () | |
Data Fields | |
| mpbarrett | n |
| The modulus. More... | |
| mpnumber | e |
| The public exponent. More... | |
| mpnumber | d |
| The private exponent. More... | |
| mpbarrett | p |
| The first prime factor of the modulus. More... | |
| mpbarrett | q |
| The second prime factor of the modulus. More... | |
| mpnumber | dp |
the first prime coefficient. More... | |
| mpnumber | dq |
the second prime coefficient. More... | |
| mpnumber | qi |
the crt coefficient. More... | |
RSA keypair.
| rsakp::rsakp | ( | ) |
| rsakp::rsakp | ( | const rsakp & | ) |
| rsakp::~rsakp | ( | ) |
| rsakp::d |
The private exponent.
| rsakp::dp |
the first prime coefficient.
| rsakp::dq |
the second prime coefficient.
| rsakp::e |
The public exponent.
| rsakp::n |
The modulus.
| rsakp::p |
The first prime factor of the modulus.
| rsakp::q |
The second prime factor of the modulus.
| rsakp::qi |
the crt coefficient.
1.8.5