|
Security Scol plugin
|
Class specific methods used to operate the cipher in the reverse direction. More...
#include <rc2.h>
Public Member Functions | |
| Decryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH) | |
| Decryption (const byte *key, size_t keyLen, int effectiveKeyLen) | |
Public Member Functions inherited from BlockCipherFinal< DECRYPTION, Dec > | |
| BlockCipherFinal () | |
| Construct a default BlockCipherFinal. | |
| BlockCipherFinal (const byte *key) | |
| Construct a BlockCipherFinal. | |
| BlockCipherFinal (const byte *key, size_t length) | |
| Construct a BlockCipherFinal. | |
| BlockCipherFinal (const byte *key, size_t length, unsigned int rounds) | |
| Construct a BlockCipherFinal. | |
| bool | IsForwardTransformation () const |
| Provides the direction of the cipher. | |
Public Member Functions inherited from ClonableImpl< DERIVED, BASE > | |
| Clonable * | Clone () const |
| Create a copy of this object. | |
Class specific methods used to operate the cipher in the reverse direction.
Implementations and overrides in Decryption apply to DECRYPTION.
|
inline |
|
inline |