#include <RSAKeyGenParameterSpec.h>
Public Member Functions | |
RSAKeyGenParameterSpec (int, const BigInteger &) | |
virtual | ~RSAKeyGenParameterSpec () |
int | getKeysize () const throw () |
const BigInteger & | getPublicExponent () const throw () |
Static Public Attributes | |
static const BigInteger | F0 |
static const BigInteger | F4 |
beecrypt::security::spec::RSAKeyGenParameterSpec::RSAKeyGenParameterSpec | ( | int | , | |
const BigInteger & | ||||
) |
virtual beecrypt::security::spec::RSAKeyGenParameterSpec::~RSAKeyGenParameterSpec | ( | ) | [inline, virtual] |
int beecrypt::security::spec::RSAKeyGenParameterSpec::getKeysize | ( | ) | const throw () |
const BigInteger& beecrypt::security::spec::RSAKeyGenParameterSpec::getPublicExponent | ( | ) | const throw () |
const BigInteger beecrypt::security::spec::RSAKeyGenParameterSpec::F0 [static] |
const BigInteger beecrypt::security::spec::RSAKeyGenParameterSpec::F4 [static] |