#include <UT_RSA.h>

Public Member Functions | |
| UT_VeryLong | decrypt (const UT_VeryLong &cipher) |
| void | decrypt (unsigned char *dest, const unsigned char *src, unsigned &len) |
| void | setPassword (const char *passwd) |
| void | create (const char *r1, const char *r2, const char *passwd) |
| void | setD (const unsigned *d, int dwords) |
| void | setD (UT_VeryLong &d) |
| void | printCode () |
Public Attributes | |
| UT_VeryLong | myD |
Definition at line 26 of file UT_RSA.h.
| void UT_RSA_Private::create | ( | const char * | r1, | |
| const char * | r2, | |||
| const char * | passwd | |||
| ) |
| void UT_RSA_Private::decrypt | ( | unsigned char * | dest, | |
| const unsigned char * | src, | |||
| unsigned & | len | |||
| ) |
| UT_VeryLong UT_RSA_Private::decrypt | ( | const UT_VeryLong & | cipher | ) |
| void UT_RSA_Private::printCode | ( | ) |
| void UT_RSA_Private::setD | ( | UT_VeryLong & | d | ) | [inline] |
| void UT_RSA_Private::setD | ( | const unsigned * | d, | |
| int | dwords | |||
| ) |
| void UT_RSA_Private::setPassword | ( | const char * | passwd | ) |
1.5.9