|
Security Scol plugin
|
Base class for feedback based stream ciphers in the reverse direction with SymmetricCipher interface. More...
#include <strciphr.h>
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. | |
Protected Member Functions inherited from CFB_CipherTemplate< BASE > | |
| void | UncheckedSetKey (const byte *key, unsigned int length, const NameValuePairs ¶ms) |
Protected Attributes inherited from CFB_CipherTemplate< BASE > | |
| size_t | m_leftOver |
Base class for feedback based stream ciphers in the reverse direction with SymmetricCipher interface.
| BASE | AbstractPolicyHolder base class |
Definition at line 663 of file strciphr.h.