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

DSA parameter specification. More...

#include <DSAParameterSpec.h>

Inheritance diagram for beecrypt::security::spec::DSAParameterSpec:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DSAParameterSpec (const DSAParams &)
 DSAParameterSpec (const mpbarrett &p, const mpbarrett &q, const mpnumber &g)
virtual ~DSAParameterSpec ()
const mpbarrettgetP () const throw ()
const mpbarrettgetQ () const throw ()
const mpnumbergetG () const throw ()

Detailed Description

DSA parameter specification.


Constructor & Destructor Documentation

beecrypt::security::spec::DSAParameterSpec::DSAParameterSpec ( const DSAParams  ) 

beecrypt::security::spec::DSAParameterSpec::DSAParameterSpec ( const mpbarrett p,
const mpbarrett q,
const mpnumber g 
)

virtual beecrypt::security::spec::DSAParameterSpec::~DSAParameterSpec (  )  [virtual]


Member Function Documentation

const mpbarrett& beecrypt::security::spec::DSAParameterSpec::getP (  )  const throw () [virtual]

Implements beecrypt::security::interfaces::DSAParams.

const mpbarrett& beecrypt::security::spec::DSAParameterSpec::getQ (  )  const throw () [virtual]

Implements beecrypt::security::interfaces::DSAParams.

const mpnumber& beecrypt::security::spec::DSAParameterSpec::getG (  )  const throw () [virtual]

Implements beecrypt::security::interfaces::DSAParams.


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:36:37 2007 for BeeCrypt by  doxygen 1.5.2