qca
QCA::DSAPrivateKey Class Reference
[QCA user API]
Digital Signature Algorithm Private Key. More...
#include <QtCrypto>
Inheritance diagram for QCA::DSAPrivateKey:

Public Member Functions | |
| DSAPrivateKey (const DLGroup &domain, const BigInteger &y, const BigInteger &x, const QString &provider=QString()) | |
| DSAPrivateKey () | |
| DLGroup | domain () const |
| BigInteger | x () const |
| BigInteger | y () const |
Detailed Description
Digital Signature Algorithm Private Key.
Definition at line 1364 of file qca_publickey.h.
Constructor & Destructor Documentation
| QCA::DSAPrivateKey::DSAPrivateKey | ( | ) |
Create an empty DSA private key.
Definition at line 1409 of file qca_publickey.cpp.
| QCA::DSAPrivateKey::DSAPrivateKey | ( | const DLGroup & | domain, | |
| const BigInteger & | y, | |||
| const BigInteger & | x, | |||
| const QString & | provider = QString() | |||
| ) |
Create a DSA public 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 specific provider is required
Definition at line 1413 of file qca_publickey.cpp.
Member Function Documentation
| DLGroup QCA::DSAPrivateKey::domain | ( | ) | const |
The discrete logarithm group that is being used.
Definition at line 1422 of file qca_publickey.cpp.
| BigInteger QCA::DSAPrivateKey::x | ( | ) | const |
the private random value
Definition at line 1432 of file qca_publickey.cpp.
| BigInteger QCA::DSAPrivateKey::y | ( | ) | const |
the public random value
Definition at line 1427 of file qca_publickey.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference