Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::security::spec::DSAPrivateKeySpec Class Reference
[C++ classes mimicking java.security.spec]

DSA private key specification. More...

#include <DSAPrivateKeySpec.h>

Inheritance diagram for beecrypt::security::spec::DSAPrivateKeySpec:

[legend]
Collaboration diagram for beecrypt::security::spec::DSAPrivateKeySpec:
[legend]
List of all members.

Public Member Functions

 DSAPrivateKeySpec (const mpbarrett &p, const mpbarrett &q, const mpnumber &g, const mpnumber &x)
virtual ~DSAPrivateKeySpec ()
const mpbarrettgetP () const throw ()
const mpbarrettgetQ () const throw ()
const mpnumbergetG () const throw ()
const mpnumbergetX () const throw ()

Detailed Description

DSA private key specification.


Constructor & Destructor Documentation

beecrypt::security::spec::DSAPrivateKeySpec::DSAPrivateKeySpec const mpbarrett p,
const mpbarrett q,
const mpnumber g,
const mpnumber x
 

virtual beecrypt::security::spec::DSAPrivateKeySpec::~DSAPrivateKeySpec  )  [virtual]
 


Member Function Documentation

const mpnumber& beecrypt::security::spec::DSAPrivateKeySpec::getG  )  const throw ()
 

const mpbarrett& beecrypt::security::spec::DSAPrivateKeySpec::getP  )  const throw ()
 

const mpbarrett& beecrypt::security::spec::DSAPrivateKeySpec::getQ  )  const throw ()
 

const mpnumber& beecrypt::security::spec::DSAPrivateKeySpec::getX  )  const throw ()
 


The documentation for this class was generated from the following file:
Generated on Wed Jun 29 23:17:42 2005 for BeeCrypt by  doxygen 1.4.1