Definition at line 121 of file strciphr.h.
Public Types | |
typedef BASE::PolicyInterface | PolicyInterface |
Public Member Functions | |
byte | GenerateByte () |
void | ProcessData (byte *outString, const byte *inString, unsigned int length) |
void | Resynchronize (const byte *iv) |
unsigned int | OptimalBlockSize () const |
unsigned int | GetOptimalNextBlockSize () const |
unsigned int | OptimalDataAlignment () const |
bool | IsSelfInverting () const |
bool | IsForwardTransformation () const |
bool | IsRandomAccess () const |
void | Seek (lword position) |
Protected Member Functions | |
void | UncheckedSetKey (const NameValuePairs ¶ms, const byte *key, unsigned int length, const byte *iv) |
unsigned int | GetBufferByteSize (const PolicyInterface &policy) const |
byte * | KeystreamBufferBegin () |
byte * | KeystreamBufferEnd () |
Protected Attributes | |
SecByteBlock | m_buffer |
unsigned int | m_leftOver |