#include <DHPublicKeySpec.h>
List of all members.
|
Public Member Functions |
| | DHPublicKeySpec (const BigInteger &y, const BigInteger &p, const BigInteger &g) |
| virtual | ~DHPublicKeySpec () |
| const BigInteger & | getP () const throw () |
| const BigInteger & | getG () const throw () |
| const BigInteger & | getY () const throw () |
Constructor & Destructor Documentation
| beecrypt::crypto::spec::DHPublicKeySpec::DHPublicKeySpec |
( |
const BigInteger & |
y, |
|
|
const BigInteger & |
p, |
|
|
const BigInteger & |
g | |
|
) |
| | |
| virtual beecrypt::crypto::spec::DHPublicKeySpec::~DHPublicKeySpec |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getG |
( |
|
) |
const throw () |
| const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getP |
( |
|
) |
const throw () |
| const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getY |
( |
|
) |
const throw () |
The documentation for this class was generated from the following file: