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