|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Base class for feedback based stream ciphers in the forward direction with SymmetricCipher interface. More...
#include <strciphr.h>
Inheritance diagram for CFB_EncryptionTemplate< BASE >:Additional Inherited Members | |
Public Types inherited from CFB_CipherTemplate< BASE > | |
| typedef BASE::PolicyInterface | PolicyInterface |
Public Member Functions inherited from CFB_CipherTemplate< BASE > | |
| void | ProcessData (byte *outString, const byte *inString, size_t length) |
| Apply keystream to data. | |
| void | Resynchronize (const byte *iv, int length=-1) |
| Resynchronize the cipher. | |
| unsigned int | OptimalBlockSize () const |
| Provides number of ideal bytes to process. | |
| unsigned int | GetOptimalNextBlockSize () const |
| Provides number of ideal bytes to process. | |
| unsigned int | OptimalDataAlignment () const |
| Provides number of ideal data alignment. | |
| bool | IsRandomAccess () const |
| Flag indicating random access. | |
| bool | IsSelfInverting () const |
| Determines if the cipher is self inverting. | |
| std::string | AlgorithmProvider () const |
| Retrieve the provider of this algorithm. | |
Base class for feedback based stream ciphers in the forward direction with SymmetricCipher interface.
| BASE | AbstractPolicyHolder base class |
Definition at line 654 of file strciphr.h.