beecrypt::crypto::MacInputStream Class Reference
[C++ classes mimicking javax.crypto]

#include <MacInputStream.h>

Inheritance diagram for beecrypt::crypto::MacInputStream:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::crypto::MacInputStream:

Collaboration graph
[legend]
List of all members.

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)
MacgetMac ()
void setMac (Mac &)

Protected Attributes

Macmac

Constructor & Destructor Documentation

beecrypt::crypto::MacInputStream::MacInputStream ( InputStream &  ,
Mac  
)

virtual beecrypt::crypto::MacInputStream::~MacInputStream (  )  [virtual]


Member Function Documentation

virtual int beecrypt::crypto::MacInputStream::read (  )  throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

virtual int beecrypt::crypto::MacInputStream::read ( byte data,
size_t  offset,
size_t  length 
) throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

void beecrypt::crypto::MacInputStream::on ( bool   ) 

Mac& beecrypt::crypto::MacInputStream::getMac (  ) 

void beecrypt::crypto::MacInputStream::setMac ( Mac  ) 


Member Data Documentation

Mac& beecrypt::crypto::MacInputStream::mac [protected]


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:28:53 2007 for BeeCrypt by  doxygen 1.5.2