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