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

Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Reimplemented from beecrypt::io::FilterOutputStream.

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

Reimplemented from beecrypt::io::FilterOutputStream.

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

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

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


Member Data Documentation

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


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