#include <RSAPublicKeySpec.h>


Public Member Functions | |
| RSAPublicKeySpec (const mpbarrett &modulus, const mpnumber &publicExponent) | |
| virtual | ~RSAPublicKeySpec () |
| const mpbarrett & | getModulus () const throw () |
| const mpnumber & | getPublicExponent () const throw () |
| beecrypt::security::spec::RSAPublicKeySpec::RSAPublicKeySpec | ( | const mpbarrett & | modulus, | |
| const mpnumber & | publicExponent | |||
| ) |
| virtual beecrypt::security::spec::RSAPublicKeySpec::~RSAPublicKeySpec | ( | ) | [virtual] |
| const mpbarrett& beecrypt::security::spec::RSAPublicKeySpec::getModulus | ( | ) | const throw () |
| const mpnumber& beecrypt::security::spec::RSAPublicKeySpec::getPublicExponent | ( | ) | const throw () |
1.5.4