Crypto++  5.6.3
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
RC2::Encryption Class Reference

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

+ Inheritance diagram for RC2::Encryption:

Public Member Functions

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

Detailed Description

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

Implementations and overrides in Encryption apply to ENCRYPTION.

Definition at line 65 of file rc2.h.

Member Function Documentation

bool BlockCipherFinal< DIR, Enc >::IsForwardTransformation ( ) const
inlineinherited

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: