Inheritance diagram for RC2::Decryption:

Definition at line 61 of file rc2.h.
Public Member Functions | |
| Decryption () | |
| Decryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH, unsigned int effectiveLen=1024) | |
| bool | IsForwardTransformation () const |
| void | SetKey (const byte *key, size_t length, const NameValuePairs ¶m=g_nullNameValuePairs) |
| Clonable * | Clone () const |
1.5.1-p1