MIRA
Public Member Functions | Protected Member Functions | List of all members
MD5StreamBuf Class Reference

The MD5 hash function. More...

#include <security/MD5.h>

Inheritance diagram for MD5StreamBuf:
Inheritance graph
[legend]

Public Member Functions

 MD5StreamBuf ()
 Default constructor. More...
 
virtual ~MD5StreamBuf ()
 The destructor. More...
 
virtual void reset ()
 Implementation of HashStreamBuf. More...
 
virtual HashDigest getDigest () const
 Implementation of HashStreamBuf. More...
 

Protected Member Functions

virtual std::streamsize xsputn (const char *s, std::streamsize n)
 Implementation of std::basic_streambuf. More...
 

Detailed Description

The MD5 hash function.

Constructor & Destructor Documentation

◆ MD5StreamBuf()

Default constructor.

◆ ~MD5StreamBuf()

virtual ~MD5StreamBuf ( )
virtual

The destructor.

Member Function Documentation

◆ reset()

virtual void reset ( )
virtual

Implementation of HashStreamBuf.

Implements HashStreamBuf.

◆ getDigest()

virtual HashDigest getDigest ( ) const
virtual

Implementation of HashStreamBuf.

Implements HashStreamBuf.

◆ xsputn()

virtual std::streamsize xsputn ( const char *  s,
std::streamsize  n 
)
protectedvirtual

Implementation of std::basic_streambuf.


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