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