qca
QCA::DHPrivateKey Class Reference
[QCA user API]
#include <QtCrypto>
Inheritance diagram for QCA::DHPrivateKey:

Detailed Description
Diffie-Hellman Private Key.Definition at line 1447 of file qca_publickey.h.
Public Member Functions | |
| DHPrivateKey (const DLGroup &domain, const BigInteger &y, const BigInteger &x, const QString &provider=QString()) | |
| DHPrivateKey () | |
| DLGroup | domain () const |
| BigInteger | x () const |
| BigInteger | y () const |
Constructor & Destructor Documentation
| QCA::DHPrivateKey::DHPrivateKey | ( | ) |
| QCA::DHPrivateKey::DHPrivateKey | ( | const DLGroup & | domain, | |
| const BigInteger & | y, | |||
| const BigInteger & | x, | |||
| const QString & | provider = QString() | |||
| ) |
Create a Diffie-Hellman private key.
- Parameters:
-
domain the discrete logarithm group to use y the public random value x the private random value provider the provider to use, if a particular provider is required
Definition at line 1475 of file qca_publickey.cpp.
Member Function Documentation
| DLGroup QCA::DHPrivateKey::domain | ( | ) | const |
| BigInteger QCA::DHPrivateKey::x | ( | ) | const |
The private random value associated with this key.
Definition at line 1494 of file qca_publickey.cpp.
| BigInteger QCA::DHPrivateKey::y | ( | ) | const |
The public random value associated with this key.
Definition at line 1489 of file qca_publickey.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference