#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. |
rsakp::rsakp | ( | ) |
rsakp::rsakp | ( | const rsakp & | ) |
rsakp::~rsakp | ( | ) |
The private exponent.
the first prime coefficient.
the second prime coefficient.
The public exponent.
The modulus.
The first prime factor of the modulus.
The second prime factor of the modulus.
the crt coefficient.