RC2::Decryption Class Reference

Class specific methods used to operate the cipher in the reverse direction. More...

Inheritance diagram for RC2::Decryption:
BlockCipherFinal< DECRYPTION, Dec > ClonableImpl< BlockCipherFinal< DIR, Dec >, Dec > Dec

List of all members.

Public Member Functions

 Decryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
 Decryption (const byte *key, size_t keyLen, int effectiveKeyLen)
bool IsForwardTransformation () const
 Provides the direction of the cipher.
ClonableClone () const

Detailed Description

Class specific methods used to operate the cipher in the reverse direction.

Implementations and overrides in Decryption apply to DECRYPTION.

Definition at line 78 of file rc2.h.


Member Function Documentation

bool BlockCipherFinal< DIR, Dec >::IsForwardTransformation (  )  const [inline, inherited]

Provides the direction of the cipher.

Returns:
true if DIR is ENCRYPTION, false otherwise
See also:
IsForwardTransformation(), IsPermutation(), GetCipherDirection()

Definition at line 339 of file seckey.h.


The documentation for this class was generated from the following file:

Generated on 24 Mar 2016 for Crypto++ by  doxygen 1.6.1