|
IBR-DTNSuite
0.10
|
This is the complete list of members for ibrcommon::CipherStream, including all inherited members.
| _mode | ibrcommon::CipherStream | protected |
| CIPHER_DECRYPT enum value | ibrcommon::CipherStream | |
| CIPHER_ENCRYPT enum value | ibrcommon::CipherStream | |
| CipherMode enum name | ibrcommon::CipherStream | |
| CipherStream(std::ostream &stream, const CipherMode mode=CIPHER_DECRYPT, const size_t buffer=2048) | ibrcommon::CipherStream | |
| decrypt(std::iostream &stream) | ibrcommon::CipherStream | |
| decrypt(char *buf, const size_t size)=0 | ibrcommon::CipherStream | protectedpure virtual |
| decrypt_final() | ibrcommon::CipherStream | inlineprotectedvirtual |
| encrypt(std::iostream &stream) | ibrcommon::CipherStream | |
| encrypt(char *buf, const size_t size)=0 | ibrcommon::CipherStream | protectedpure virtual |
| encrypt_final() | ibrcommon::CipherStream | inlineprotectedvirtual |
| overflow(std::char_traits< char >::int_type=std::char_traits< char >::eof()) | ibrcommon::CipherStream | protectedvirtual |
| sync() | ibrcommon::CipherStream | protectedvirtual |
| ~CipherStream() | ibrcommon::CipherStream | virtual |