#include <DHParams.h>

| Public Member Functions | |
| virtual | ~DHParams () | 
| virtual const BigInteger & | getP () const =0 throw () | 
| virtual const BigInteger & | getG () const =0 throw () | 
| virtual int | getL () const =0 throw () | 
| virtual beecrypt::crypto::interfaces::DHParams::~DHParams | ( | ) |  [inline, virtual] | 
| virtual const BigInteger& beecrypt::crypto::interfaces::DHParams::getG | ( | ) | const  throw ()  [pure virtual] | 
Implemented in beecrypt::crypto::spec::DHParameterSpec.
| virtual int beecrypt::crypto::interfaces::DHParams::getL | ( | ) | const  throw ()  [pure virtual] | 
Implemented in beecrypt::crypto::spec::DHParameterSpec.
| virtual const BigInteger& beecrypt::crypto::interfaces::DHParams::getP | ( | ) | const  throw ()  [pure virtual] | 
Implemented in beecrypt::crypto::spec::DHParameterSpec.
 1.5.8
 1.5.8