RSA public and private cypher. More...
#include <RSA.h>
Public Member Functions | |
| RSA (int bitSize, int certainty=4) | |
| RSAPublic & | GetPublic () const |
| RSAPrivateKey | GetPrivateKey () |
| RefCountPtr< Array< byte > > | DecryptBinary (Array< byte > &encText) |
| StringPtr | DecryptText (const String &encText) |
| virtual void | CheckMem () const |
| virtual void | ValidateMem () const |
RSA public and private cypher.
Definition at line 225 of file RSA.h.