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