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