RSAKey Class Reference
[Math]

RSA public key. More...

#include <RSA.h>

Inheritance diagram for RSAKey:
IMemoryValidate

List of all members.

Public Member Functions

 RSAKey (int bitSize, const BigInteger &mondulus, const BigInteger &exponent)
 RSAKey (const RSAKey &k)
RSAKeyoperator= (const RSAKey &k)
BigIntegerModulus ()
BigIntegerExponent ()
int GetBitSize () const
virtual void CheckMem () const
virtual void ValidateMem () const

Protected Attributes

BigInteger m_modulus
BigInteger m_exponent
int m_bitSize

Detailed Description

RSA public key.

Definition at line 34 of file RSA.h.


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