#include <RSA.h>
Public Member Functions | |
RSAKey (int bitSize, const BigInteger &mondulus, const BigInteger &exponent) | |
RSAKey (const RSAKey &k) | |
RSAKey & | operator= (const RSAKey &k) |
BigInteger & | Modulus () |
BigInteger & | Exponent () |
int | GetBitSize () const |
virtual void | CheckMem () const |
virtual void | ValidateMem () const |
Protected Attributes | |
BigInteger | m_modulus |
BigInteger | m_exponent |
int | m_bitSize |
RSA public key.
Definition at line 34 of file RSA.h.