#include <DSAPrivateKeySpec.h>
Public Member Functions | |
DSAPrivateKeySpec (const mpbarrett &p, const mpbarrett &q, const mpnumber &g, const mpnumber &x) | |
virtual | ~DSAPrivateKeySpec () |
const mpbarrett & | getP () const throw () |
const mpbarrett & | getQ () const throw () |
const mpnumber & | getG () const throw () |
const mpnumber & | getX () const throw () |
beecrypt::security::spec::DSAPrivateKeySpec::DSAPrivateKeySpec | ( | const mpbarrett & | p, | |
const mpbarrett & | q, | |||
const mpnumber & | g, | |||
const mpnumber & | x | |||
) |
virtual beecrypt::security::spec::DSAPrivateKeySpec::~DSAPrivateKeySpec | ( | ) | [virtual] |
const mpnumber& beecrypt::security::spec::DSAPrivateKeySpec::getG | ( | ) | const throw () |
const mpbarrett& beecrypt::security::spec::DSAPrivateKeySpec::getP | ( | ) | const throw () |
const mpbarrett& beecrypt::security::spec::DSAPrivateKeySpec::getQ | ( | ) | const throw () |
const mpnumber& beecrypt::security::spec::DSAPrivateKeySpec::getX | ( | ) | const throw () |