#include <DSAPublicKeySpec.h>
Inheritance diagram for beecrypt::security::spec::DSAPublicKeySpec:
Public Member Functions | |
DSAPublicKeySpec (const mpbarrett &p, const mpbarrett &q, const mpnumber &g, const mpnumber &y) | |
virtual | ~DSAPublicKeySpec () |
const mpbarrett & | getP () const throw () |
const mpbarrett & | getQ () const throw () |
const mpnumber & | getG () const throw () |
const mpnumber & | getY () const throw () |
beecrypt::security::spec::DSAPublicKeySpec::DSAPublicKeySpec | ( | const mpbarrett & | p, | |
const mpbarrett & | q, | |||
const mpnumber & | g, | |||
const mpnumber & | y | |||
) |
virtual beecrypt::security::spec::DSAPublicKeySpec::~DSAPublicKeySpec | ( | ) | [virtual] |
const mpbarrett& beecrypt::security::spec::DSAPublicKeySpec::getP | ( | ) | const throw () |
const mpbarrett& beecrypt::security::spec::DSAPublicKeySpec::getQ | ( | ) | const throw () |
const mpnumber& beecrypt::security::spec::DSAPublicKeySpec::getG | ( | ) | const throw () |
const mpnumber& beecrypt::security::spec::DSAPublicKeySpec::getY | ( | ) | const throw () |