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

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

#include <MacOutputStream.h>

Inheritance diagram for beecrypt::crypto::MacOutputStream:

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

Collaboration graph
[legend]
List of all members.

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

Protected Attributes

Macmac

Detailed Description


Constructor & Destructor Documentation

beecrypt::crypto::MacOutputStream::MacOutputStream OutputStream &  ,
Mac
 

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


Member Function Documentation

Mac& beecrypt::crypto::MacOutputStream::getMac  ) 
 

void beecrypt::crypto::MacOutputStream::on bool   ) 
 

void beecrypt::crypto::MacOutputStream::setMac Mac  ) 
 

virtual void beecrypt::crypto::MacOutputStream::write const byte data,
size_t  offset,
size_t  length
throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.

virtual void beecrypt::crypto::MacOutputStream::write byte   )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:11:07 2005 for BeeCrypt by  doxygen 1.4.0