#include <rsa.h>
Inheritance diagram for RSAFunction:

Public Methods | |
| RSAFunction (const Integer &n,const Integer &e) | |
| RSAFunction (BufferedTransformation &bt) | |
| void | DEREncode (BufferedTransformation &bt)const |
| Integer | ApplyFunction (const Integer &x)const |
| Integer | PreimageBound ()const |
| Integer | ImageBound ()const |
| const Integer& | GetModulus ()const |
| const Integer& | GetExponent ()const |
Protected Methods | |
| RSAFunction () | |
Protected Attributes | |
| Integer | n |
| Integer | e |
Definition at line 17 of file rsa.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TrapdoorFunction. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TrapdoorFunction. |
|
|
Reimplemented from TrapdoorFunction. |
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000