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


Detailed Description

DSA public key specification.

Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

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


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