#include <RSAPrivateKeySpec.h>
Public Member Functions | |
RSAPrivateKeySpec (const BigInteger &modulus, const BigInteger &privateExponent) | |
virtual | ~RSAPrivateKeySpec () |
const BigInteger & | getModulus () const throw () |
const BigInteger & | getPrivateExponent () const throw () |
beecrypt::security::spec::RSAPrivateKeySpec::RSAPrivateKeySpec | ( | const BigInteger & | modulus, | |
const BigInteger & | privateExponent | |||
) |
virtual beecrypt::security::spec::RSAPrivateKeySpec::~RSAPrivateKeySpec | ( | ) | [inline, virtual] |
const BigInteger& beecrypt::security::spec::RSAPrivateKeySpec::getModulus | ( | ) | const throw () |
const BigInteger& beecrypt::security::spec::RSAPrivateKeySpec::getPrivateExponent | ( | ) | const throw () |