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:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::security::spec::DSAPrivateKeySpec:

Collaboration graph
[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 Sat May 16 07:14:43 2009 for BeeCrypt by  doxygen 1.5.8