#include <MacOutputStream.h>
Inheritance diagram for beecrypt::crypto::MacOutputStream:
Public Member Functions | |
MacOutputStream (OutputStream &, Mac &) | |
virtual | ~MacOutputStream () |
virtual void | write (byte) throw (IOException) |
virtual void | write (const byte *data, size_t offset, size_t length) throw (IOException) |
void | on (bool) |
Mac & | getMac () |
void | setMac (Mac &) |
Protected Attributes | |
Mac & | mac |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from beecrypt::io::FilterOutputStream. |
|
Reimplemented from beecrypt::io::FilterOutputStream. |
|
|