#include <RSAPrivateKeySpec.h>


Public Member Functions | |
| RSAPrivateKeySpec (const mpbarrett &modulus, const mpnumber &privateExponent) | |
| virtual | ~RSAPrivateKeySpec () |
| const mpbarrett & | getModulus () const throw () |
| const mpnumber & | getPrivateExponent () const throw () |
| beecrypt::security::spec::RSAPrivateKeySpec::RSAPrivateKeySpec | ( | const mpbarrett & | modulus, | |
| const mpnumber & | privateExponent | |||
| ) |
| virtual beecrypt::security::spec::RSAPrivateKeySpec::~RSAPrivateKeySpec | ( | ) | [virtual] |
| const mpbarrett& beecrypt::security::spec::RSAPrivateKeySpec::getModulus | ( | ) | const throw () |
| const mpnumber& beecrypt::security::spec::RSAPrivateKeySpec::getPrivateExponent | ( | ) | const throw () |
1.5.4