HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_RSA_Public Class Reference

#include <UT_RSA.h>

+ Inheritance diagram for UT_RSA_Public:

Public Member Functions

UT_VeryLong encrypt (const UT_VeryLong &plain)
 
void encrypt (unsigned char *dest, const unsigned char *src, unsigned &len)
 
void setE (const unsigned *e, int ewords)
 
void setM (const unsigned *m, int mwords)
 
void setE (UT_VeryLong &e)
 
void setM (UT_VeryLong &m)
 

Public Attributes

UT_VeryLong myM
 
UT_VeryLong myE
 

Detailed Description

Definition at line 9 of file UT_RSA.h.

Member Function Documentation

UT_VeryLong UT_RSA_Public::encrypt ( const UT_VeryLong plain)
void UT_RSA_Public::encrypt ( unsigned char *  dest,
const unsigned char *  src,
unsigned &  len 
)
void UT_RSA_Public::setE ( const unsigned *  e,
int  ewords 
)
void UT_RSA_Public::setE ( UT_VeryLong e)
inline

Definition at line 22 of file UT_RSA.h.

void UT_RSA_Public::setM ( const unsigned *  m,
int  mwords 
)
void UT_RSA_Public::setM ( UT_VeryLong m)
inline

Definition at line 23 of file UT_RSA.h.

Member Data Documentation

UT_VeryLong UT_RSA_Public::myE

Definition at line 13 of file UT_RSA.h.

UT_VeryLong UT_RSA_Public::myM

Definition at line 12 of file UT_RSA.h.


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