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 BigInteger &p, const BigInteger &q, const BigInteger &g)
virtual ~DSAParameterSpec ()
const BigInteger & getP () const throw ()
const BigInteger & getQ () const throw ()
const BigInteger & getG () const throw ()


Detailed Description

DSA parameter specification.

Constructor & Destructor Documentation

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

beecrypt::security::spec::DSAParameterSpec::DSAParameterSpec ( const BigInteger &  p,
const BigInteger &  q,
const BigInteger &  g 
)

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


Member Function Documentation

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

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

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


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

Generated on Fri Jun 19 13:39:43 2009 for BeeCrypt C++ by  doxygen 1.5.8