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

Detailed Description
Digital Signature Algorithm Private Key.Definition at line 1360 of file qca_publickey.h.
Public Member Functions | |
| DLGroup | domain () const |
| DSAPrivateKey (const DLGroup &domain, const BigInteger &y, const BigInteger &x, const QString &provider=QString()) | |
| DSAPrivateKey () | |
| BigInteger | x () const |
| BigInteger | y () const |
Constructor & Destructor Documentation
| QCA::DSAPrivateKey::DSAPrivateKey | ( | ) |
| 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 |
| BigInteger QCA::DSAPrivateKey::x | ( | ) | const |
| BigInteger QCA::DSAPrivateKey::y | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference