MIRA
|
The MD5 hash function. More...
#include <security/MD5.h>
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... | |
The MD5 hash function.
MD5StreamBuf | ( | ) |
Default constructor.
|
virtual |
The destructor.
|
virtual |
Implementation of HashStreamBuf.
Implements HashStreamBuf.
|
virtual |
Implementation of HashStreamBuf.
Implements HashStreamBuf.
|
protectedvirtual |
Implementation of std::basic_streambuf.