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, int offset, int 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

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,
int  offset,
int  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


The documentation for this class was generated from the following file:

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8