MIRA
|
Base class for all message digest hash functions. More...
#include <security/OpenSSLWrapperMD.h>
Public Member Functions | |
OpenSSLWrapperMD (const std::string &algorithm) | |
Default constructor. More... | |
virtual | ~OpenSSLWrapperMD () |
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... | |
Base class for all message digest hash functions.
OpenSSLWrapperMD | ( | const std::string & | algorithm | ) |
Default constructor.
|
virtual |
The destructor.
|
virtual |
Implementation of HashStreamBuf.
Implements HashStreamBuf.
|
virtual |
Implementation of HashStreamBuf.
Implements HashStreamBuf.
|
protectedvirtual |
Implementation of std::basic_streambuf.