Inheritance diagram for RC2::Encryption:

Definition at line 53 of file rc2.h.
Public Member Functions | |
| Encryption () | |
| Encryption (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