Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DSAPrivateKey Class Reference

DSA. More...

#include <dsa.h>

Inheritance diagram for DSAPrivateKey:

GDSASigner SignerTemplate PK_WithPrecomputation PK_Signer SignatureSystemBaseTemplate PK_Precomputation PK_SignatureSystem PK_SignatureSystem List of all members.

Public Methods

 DSAPrivateKey (const Integer &p,const Integer &q,const Integer &g,const Integer &y,const Integer &x)
 DSAPrivateKey (RandomNumberGenerator &rng,unsigned int keybits)
 DSAPrivateKey (RandomNumberGenerator &rng,const Integer &p,const Integer &q,const Integer &g)
 DSAPrivateKey (BufferedTransformation &storedKey)

Detailed Description

DSA.

Definition at line 141 of file dsa.h.


Constructor & Destructor Documentation

DSAPrivateKey::DSAPrivateKey ( const Integer & p,
const Integer & q,
const Integer & g,
const Integer & y,
const Integer & x ) [inline]
 

Definition at line 144 of file dsa.h.

DSAPrivateKey::DSAPrivateKey ( RandomNumberGenerator & rng,
unsigned int keybits )
 

Definition at line 342 of file dsa.cpp.

DSAPrivateKey::DSAPrivateKey ( RandomNumberGenerator & rng,
const Integer & p,
const Integer & q,
const Integer & g ) [inline]
 

Definition at line 152 of file dsa.h.

DSAPrivateKey::DSAPrivateKey ( BufferedTransformation & storedKey ) [inline]
 

Definition at line 156 of file dsa.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:16:46 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000