#include <DHParams.h>
Public Member Functions | |
virtual const mpbarrett & | getP () const =0 throw () |
virtual const mpnumber & | getG () const =0 throw () |
virtual size_t | getL () const =0 throw () |
virtual const mpnumber& beecrypt::crypto::interfaces::DHParams::getG | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::DHParameterSpec.
virtual size_t beecrypt::crypto::interfaces::DHParams::getL | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::DHParameterSpec.
virtual const mpbarrett& beecrypt::crypto::interfaces::DHParams::getP | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::DHParameterSpec.