Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 mpbarrett &modulus, const mpnumber &publicExponent, const mpnumber &privateExponent, const mpbarrett &primeP, const mpbarrett &primeQ, const mpnumber &primeExponentP, const mpnumber &primeExponentQ, const mpnumber &crtCoefficient)
virtual ~RSAPrivateCrtKeySpec ()
const mpnumbergetPublicExponent () const throw ()
const mpbarrettgetPrimeP () const throw ()
const mpbarrettgetPrimeQ () const throw ()
const mpnumbergetPrimeExponentP () const throw ()
const mpnumbergetPrimeExponentQ () const throw ()
const mpnumbergetCrtCoefficient () const throw ()

Detailed Description


Constructor & Destructor Documentation

beecrypt::security::spec::RSAPrivateCrtKeySpec::RSAPrivateCrtKeySpec const mpbarrett modulus,
const mpnumber publicExponent,
const mpnumber privateExponent,
const mpbarrett primeP,
const mpbarrett primeQ,
const mpnumber primeExponentP,
const mpnumber primeExponentQ,
const mpnumber crtCoefficient
 

virtual beecrypt::security::spec::RSAPrivateCrtKeySpec::~RSAPrivateCrtKeySpec  )  [virtual]
 


Member Function Documentation

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

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

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

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

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

const mpnumber& beecrypt::security::spec::RSAPrivateCrtKeySpec::getPublicExponent  )  const throw ()
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 10:11:15 2005 for BeeCrypt by  doxygen 1.4.0