RSAPrivateKey Class Reference
[Math]

RSA private key. More...

#include <RSA.h>

List of all members.

Public Member Functions

 RSAPrivateKey (int strength, int certainty)
 RSAPrivateKey (int bitSize, BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
RSAKey GetPublicKey () const
BigIntegerPublicExponent ()
BigIntegerPrivateExponent ()
BigIntegerModulus ()
BigIntegerP ()
BigIntegerQ ()
BigIntegerDP ()
BigIntegerDQ ()
BigIntegerQInv ()
virtual void CheckMem () const
virtual void ValidateMem () const

Detailed Description

RSA private key.

Definition at line 80 of file RSA.h.


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