#include <MacInputStream.h>
Inheritance diagram for beecrypt::crypto::MacInputStream:
Public Member Functions | |
MacInputStream (InputStream &, Mac &) | |
virtual | ~MacInputStream () |
virtual int | read () throw (IOException) |
virtual int | read (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::FilterInputStream. |
|
Reimplemented from beecrypt::io::FilterInputStream. |
|
|
|
|