QCA::HashContext
QCA::HashContext Class Referenceabstract
#include <QtCrypto>
Inheritance diagram for QCA::HashContext:

Public Member Functions | |
HashContext (Provider *p, const QString &type) | |
virtual void | clear ()=0 |
virtual MemoryRegion | final ()=0 |
virtual void | update (const MemoryRegion &a)=0 |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
Detailed Description
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.
Definition at line 184 of file qcaprovider.h.
Constructor & Destructor Documentation
◆ HashContext()
Standard constructor.
- Parameters
-
p the provider associated with this context type the name of the type of hash provided by this context
Definition at line 194 of file qcaprovider.h.
Member Function Documentation
◆ clear()
|
pure virtual |
Reset the object to its initial state.
◆ final()
|
pure virtual |
Return the computed hash.
◆ update()
|
pure virtual |
Process a chunk of data.
- Parameters
-
a the input data to process
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 03:47:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 03:47:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.