#include <QtCrypto>
Public Member Functions | |
virtual void | clear ()=0 |
virtual MemoryRegion | final ()=0 |
HashContext (Provider *p, const QString &type) | |
virtual void | update (const MemoryRegion &a)=0 |
Standard constructor.
p | the provider associated with this context | |
type | the name of the type of hash provided by this context |
virtual void QCA::HashContext::clear | ( | ) | [pure virtual] |
Reset the object to its initial state.
virtual MemoryRegion QCA::HashContext::final | ( | ) | [pure virtual] |
Return the computed hash.
virtual void QCA::HashContext::update | ( | const MemoryRegion & | a | ) | [pure virtual] |
Process a chunk of data.
a | the input data to process |