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

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

| mpbarrett rsakp::p |
The first prime factor of the modulus.
| mpbarrett rsakp::q |
The second prime factor of the modulus.
| mpnumber rsakp::qi |
the crt coefficient. 