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

Detailed Description
Digital Signature Algorithm Public Key.Definition at line 1316 of file qca_publickey.h.
Public Member Functions | |
| DLGroup | domain () const |
| DSAPublicKey (const DSAPrivateKey &k) | |
| DSAPublicKey (const DLGroup &domain, const BigInteger &y, const QString &provider=QString()) | |
| DSAPublicKey () | |
| BigInteger | y () const |
Constructor & Destructor Documentation
| QCA::DSAPublicKey::DSAPublicKey | ( | ) |
| QCA::DSAPublicKey::DSAPublicKey | ( | const DLGroup & | domain, | |
| const BigInteger & | y, | |||
| const QString & | provider = QString() | |||
| ) |
Create a DSA public key.
- Parameters:
-
domain the discrete logarithm group to use y the public random value provider the provider to use, if a specific provider is required
Definition at line 1382 of file qca_publickey.cpp.
| QCA::DSAPublicKey::DSAPublicKey | ( | const DSAPrivateKey & | k | ) |
Create a DSA public key from a specified private key.
- Parameters:
-
k the DSA private key to use as the source
Definition at line 1391 of file qca_publickey.cpp.
Member Function Documentation
| DLGroup QCA::DSAPublicKey::domain | ( | ) | const |
| BigInteger QCA::DSAPublicKey::y | ( | ) | const |
The public random value associated with this key.
Definition at line 1401 of file qca_publickey.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference