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