beecrypt::security::interfaces::RSAPrivateCrtKey Class Reference
[C++ classes mimicking java.security.interfaces]

The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values. More...

#include <RSAPrivateCrtKey.h>

Inheritance diagram for beecrypt::security::interfaces::RSAPrivateCrtKey:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::security::interfaces::RSAPrivateCrtKey:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~RSAPrivateCrtKey ()
virtual const BigInteger & getPublicExponent () const =0 throw ()
virtual const BigInteger & getPrimeP () const =0 throw ()
virtual const BigInteger & getPrimeQ () const =0 throw ()
virtual const BigInteger & getPrimeExponentP () const =0 throw ()
virtual const BigInteger & getPrimeExponentQ () const =0 throw ()
virtual const BigInteger & getCrtCoefficient () const =0 throw ()


Detailed Description

The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.

Constructor & Destructor Documentation

virtual beecrypt::security::interfaces::RSAPrivateCrtKey::~RSAPrivateCrtKey (  )  [inline, virtual]


Member Function Documentation

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getCrtCoefficient (  )  const throw () [pure virtual]

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getPrimeExponentP (  )  const throw () [pure virtual]

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getPrimeExponentQ (  )  const throw () [pure virtual]

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getPrimeP (  )  const throw () [pure virtual]

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getPrimeQ (  )  const throw () [pure virtual]

virtual const BigInteger& beecrypt::security::interfaces::RSAPrivateCrtKey::getPublicExponent (  )  const throw () [pure virtual]


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