#include <QtCrypto>
Inheritance diagram for QCA::DHPrivateKey:
Public Member Functions | |
DHPrivateKey () | |
DHPrivateKey (const DLGroup &domain, const BigInteger &y, const BigInteger &x, const QString &provider=QString()) | |
DLGroup | domain () const |
BigInteger | y () const |
BigInteger | x () const |
|
Create an empty Diffie-Hellman private key.
|
|
Create a Diffie-Hellman private key.
|
|
The discrete logarithm group that is being used.
|
|
The public random value associated with this key.
|
|
The private random value associated with this key.
|