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