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

#include <RSAPrivateCrtKeySpec.h>

Inheritance diagram for beecrypt::security::spec::RSAPrivateCrtKeySpec:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 RSAPrivateCrtKeySpec (const BigInteger &modulus, const BigInteger &publicExponent, const BigInteger &privateExponent, const BigInteger &primeP, const BigInteger &primeQ, const BigInteger &primeExponentP, const BigInteger &primeExponentQ, const BigInteger &crtCoefficient)
virtual ~RSAPrivateCrtKeySpec ()
const BigInteger & getPublicExponent () const throw ()
const BigInteger & getPrimeP () const throw ()
const BigInteger & getPrimeQ () const throw ()
const BigInteger & getPrimeExponentP () const throw ()
const BigInteger & getPrimeExponentQ () const throw ()
const BigInteger & getCrtCoefficient () const throw ()


Constructor & Destructor Documentation

beecrypt::security::spec::RSAPrivateCrtKeySpec::RSAPrivateCrtKeySpec ( const BigInteger &  modulus,
const BigInteger &  publicExponent,
const BigInteger &  privateExponent,
const BigInteger &  primeP,
const BigInteger &  primeQ,
const BigInteger &  primeExponentP,
const BigInteger &  primeExponentQ,
const BigInteger &  crtCoefficient 
)

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


Member Function Documentation

const BigInteger& beecrypt::security::spec::RSAPrivateCrtKeySpec::getCrtCoefficient (  )  const throw ()

const BigInteger& beecrypt::security::spec::RSAPrivateCrtKeySpec::getPrimeExponentP (  )  const throw ()

const BigInteger& beecrypt::security::spec::RSAPrivateCrtKeySpec::getPrimeExponentQ (  )  const throw ()

const BigInteger& beecrypt::security::spec::RSAPrivateCrtKeySpec::getPrimeP (  )  const throw ()

const BigInteger& beecrypt::security::spec::RSAPrivateCrtKeySpec::getPrimeQ (  )  const throw ()

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