#include <InputCipherStream.h>
List of all members.
Detailed Description
Definition at line 18 of file InputCipherStream.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| ibrcommon::InputCipherStream::InputCipherStream |
( |
std::istream & |
stream, |
|
|
const CipherMode |
mode = CIPHER_DECRYPT, |
|
|
const size_t |
buffer = 2048 | |
|
) |
| | |
| ibrcommon::InputCipherStream::~InputCipherStream |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual void ibrcommon::InputCipherStream::decrypt |
( |
char * |
buf, |
|
|
const size_t |
size | |
|
) |
| | [protected, pure virtual] |
| virtual void ibrcommon::InputCipherStream::encrypt |
( |
char * |
buf, |
|
|
const size_t |
size | |
|
) |
| | [protected, pure virtual] |
| virtual int ibrcommon::InputCipherStream::overflow |
( |
int |
= std::char_traits< char >::eof() |
) |
[protected, virtual] |
| virtual int ibrcommon::InputCipherStream::sync |
( |
|
) |
[protected, virtual] |
| int ibrcommon::InputCipherStream::underflow |
( |
|
) |
[protected, virtual] |
The documentation for this class was generated from the following files: