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


Detailed Description

DSA private key specification.

Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

const BigInteger& beecrypt::security::spec::DSAPrivateKeySpec::getX (  )  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