#include <DHPublicKeySpec.h>
Public Member Functions | |
DHPublicKeySpec (const mpbarrett &p, const mpnumber &g, const mpnumber &y) | |
virtual | ~DHPublicKeySpec () |
const mpbarrett & | getP () const throw () |
const mpnumber & | getG () const throw () |
const mpnumber & | getY () const throw () |
beecrypt::crypto::spec::DHPublicKeySpec::DHPublicKeySpec | ( | const mpbarrett & | p, | |
const mpnumber & | g, | |||
const mpnumber & | y | |||
) |
virtual beecrypt::crypto::spec::DHPublicKeySpec::~DHPublicKeySpec | ( | ) | [virtual] |
const mpnumber& beecrypt::crypto::spec::DHPublicKeySpec::getG | ( | ) | const throw () |
const mpbarrett& beecrypt::crypto::spec::DHPublicKeySpec::getP | ( | ) | const throw () |
const mpnumber& beecrypt::crypto::spec::DHPublicKeySpec::getY | ( | ) | const throw () |