#include <QtCrypto>
Hash provider.
- Note
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want Hash instead.
◆ HashContext()
QCA::HashContext::HashContext |
( |
Provider * |
p, |
|
|
const QString & |
type |
|
) |
| |
|
inline |
Standard constructor.
- Parameters
-
p | the provider associated with this context |
type | the name of the type of hash provided by this context |
◆ clear()
virtual void QCA::HashContext::clear |
( |
| ) |
|
|
pure virtual |
Reset the object to its initial state.
◆ update()
virtual void QCA::HashContext::update |
( |
const MemoryRegion & |
a | ) |
|
|
pure virtual |
Process a chunk of data.
- Parameters
-
a | the input data to process |
◆ final()
Return the computed hash.
The documentation for this class was generated from the following file: