|
ImagingTools Core SDK
|
#include <IHashGenerator.h>
Inherits istd::IPolymorphic.
Inherited by imtcrypt::CMD5HashCalculator [virtual].
Public Member Functions | |
| virtual QByteArray | GenerateHash (const QByteArray &input) const =0 |
| virtual bool | ValidateHash (const QByteArray &inputData, const QByteArray &hashValue) const =0 |
Interface describing the hash generation of data.
Definition at line 17 of file IHashGenerator.h.
|
pure virtual |
Generates hash from input data
| input | - data array to generate hash of it. |
|
pure virtual |
Valdidates the hashValue with the inputData