Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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

Detailed Description


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

Reimplemented from beecrypt::io::FilterInputStream.

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

Reimplemented from beecrypt::io::FilterInputStream.

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 Mon Jun 20 08:11:06 2005 for BeeCrypt by  doxygen 1.4.0