#include <QtCrypto>
Inheritance diagram for QCA::DSAPrivateKey:
Public Member Functions | |
DSAPrivateKey () | |
DSAPrivateKey (const DLGroup &domain, const BigInteger &y, const BigInteger &x, const QString &provider=QString()) | |
DLGroup | domain () const |
BigInteger | y () const |
BigInteger | x () const |
|
Create an empty DSA private key.
|
|
Create a DSA public key.
|
|
The discrete logarithm group that is being used.
|
|
the public random value
|
|
the private random value
|