beecrypt::crypto::spec::DHPublicKeySpec Class Reference
[C++ classes mimicking javax.crypto.spec]

#include <DHPublicKeySpec.h>

Inheritance diagram for beecrypt::crypto::spec::DHPublicKeySpec:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::crypto::spec::DHPublicKeySpec:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DHPublicKeySpec (const BigInteger &y, const BigInteger &p, const BigInteger &g)
virtual ~DHPublicKeySpec ()
const BigInteger & getP () const throw ()
const BigInteger & getG () const throw ()
const BigInteger & getY () const throw ()


Constructor & Destructor Documentation

beecrypt::crypto::spec::DHPublicKeySpec::DHPublicKeySpec ( const BigInteger &  y,
const BigInteger &  p,
const BigInteger &  g 
)

virtual beecrypt::crypto::spec::DHPublicKeySpec::~DHPublicKeySpec (  )  [inline, virtual]


Member Function Documentation

const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getG (  )  const throw ()

const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getP (  )  const throw ()

const BigInteger& beecrypt::crypto::spec::DHPublicKeySpec::getY (  )  const throw ()


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

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