|
HDK
|
#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 |
| UT_VeryLong UT_RSA_Public::encrypt | ( | const UT_VeryLong & | plain | ) |
| void UT_RSA_Public::encrypt | ( | unsigned char * | dest, |
| const unsigned char * | src, | ||
| unsigned & | len | ||
| ) |
|
inline |
|
inline |
| UT_VeryLong UT_RSA_Public::myE |
| UT_VeryLong UT_RSA_Public::myM |