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

DSA public key specification. More...

#include <DSAPublicKeySpec.h>

Inheritance diagram for beecrypt::security::spec::DSAPublicKeySpec:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DSAPublicKeySpec (const mpbarrett &p, const mpbarrett &q, const mpnumber &g, const mpnumber &y)
virtual ~DSAPublicKeySpec ()
const mpbarrettgetP () const throw ()
const mpbarrettgetQ () const throw ()
const mpnumbergetG () const throw ()
const mpnumbergetY () const throw ()


Detailed Description

DSA public key specification.

Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

const mpnumber& beecrypt::security::spec::DSAPublicKeySpec::getY (  )  const throw ()


The documentation for this class was generated from the following file:

Generated on Thu Oct 8 13:30:53 2009 for BeeCrypt by  doxygen 1.5.8