MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaoCrypt::RSA_PublicKey Class Reference
Inheritance diagram for TaoCrypt::RSA_PublicKey:
Collaboration diagram for TaoCrypt::RSA_PublicKey:

Public Member Functions

 RSA_PublicKey (Source &)
void Initialize (const Integer &n, const Integer &e)
void Initialize (Source &)
Integer ApplyFunction (const Integer &x) const
const IntegerGetModulus () const
const IntegerGetPublicExponent () const
void SetModulus (const Integer &n)
void SetPublicExponent (const Integer &e)
word32 FixedCiphertextLength ()
 RSA_PublicKey (const RSA_PublicKey &other)
RSA_PublicKeyoperator= (const RSA_PublicKey &that)
void Swap (RSA_PublicKey &other)

Protected Attributes

Integer n_
Integer e_

Detailed Description

Definition at line 51 of file rsa.hpp.


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