#include <DSAParams.h>
Public Member Functions | |
virtual const mpbarrett & | getP () const =0 throw () |
virtual const mpbarrett & | getQ () const =0 throw () |
virtual const mpnumber & | getG () const =0 throw () |
virtual const mpbarrett& beecrypt::security::interfaces::DSAParams::getP | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::security::spec::DSAParameterSpec.
virtual const mpbarrett& beecrypt::security::interfaces::DSAParams::getQ | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::security::spec::DSAParameterSpec.
virtual const mpnumber& beecrypt::security::interfaces::DSAParams::getG | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::security::spec::DSAParameterSpec.