QCA::DSAPublicKey Class Reference

Digital Signature Algorithm Public Key. More...

#include <QtCrypto>

Inheritance diagram for QCA::DSAPublicKey:

QCA::PublicKey QCA::PKey QCA::Algorithm Collaboration diagram for QCA::DSAPublicKey:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Digital Signature Algorithm Public Key.


Constructor & Destructor Documentation

QCA::DSAPublicKey::DSAPublicKey (   ) 
 

Create an empty DSA public key.

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

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


Member Function Documentation

DLGroup QCA::DSAPublicKey::domain (   )  const
 

The discrete logarithm group that is being used.

BigInteger QCA::DSAPublicKey::y (   )  const
 

The public random value associated with this key.


The documentation for this class was generated from the following file:
Generated on Fri Jul 6 13:24:07 2007 for Qt Cryptographic Architecture by  doxygen 1.4.6