#include <RSAPrivateCrtKeySpec.h>
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: