#include <BarcodeCryptoLogic.h>
|
| static QByteArray | GenerateRandomBytes (const int length) |
| |
| static QByteArray | CreateHash (const QByteArray &text, const HashType &hashType) |
| |
| static QByteArray | DecryptDataAES (const QByteArray &key, const QByteArray &iv, const QByteArray &encryptedData, const int keySize) |
| |
| static bool | VerifySignature (const QString &rsaPublicKeyFileName, const QByteArray &message, const QByteArray &messageSignature) |
| |
| static QByteArray | GenerateRandomBytes (const int length) |
| |
| static QByteArray | CreateHash (const QByteArray &text, const HashType &hashType) |
| |
| static QByteArray | DecryptDataAES (const QByteArray &key, const QByteArray &iv, const QByteArray &encryptedData, const int keySize) |
| |
| static bool | VerifySignature (const QString &rsaPublicKeyFileName, const QByteArray &message, const QByteArray &messageSignature) |
| |
| Enumerator |
|---|
| Sha256 |
|
| Sha1 |
|
| Sha256 |
|
| Sha1 |
|
| Enumerator |
|---|
| Sha256 |
|
| Sha1 |
|
| Sha256 |
|
| Sha1 |
|
| INTERNAL BarcodeCryptoLogic::BarcodeCryptoLogic |
( |
| ) |
|
| BarcodeCryptoLogic::~BarcodeCryptoLogic |
( |
| ) |
|
|
virtual |
| BarcodeCryptoLogic::BarcodeCryptoLogic |
( |
| ) |
|
| virtual BarcodeCryptoLogic::~BarcodeCryptoLogic |
( |
| ) |
|
|
virtual |
| QByteArray BarcodeCryptoLogic::CreateHash |
( |
const QByteArray & |
text, |
|
|
const HashType & |
hashType |
|
) |
| |
|
static |
| static QByteArray BarcodeCryptoLogic::CreateHash |
( |
const QByteArray & |
text, |
|
|
const HashType & |
hashType |
|
) |
| |
|
static |
| static QByteArray BarcodeCryptoLogic::DecryptDataAES |
( |
const QByteArray & |
key, |
|
|
const QByteArray & |
iv, |
|
|
const QByteArray & |
encryptedData, |
|
|
const int |
keySize |
|
) |
| |
|
static |
| QByteArray BarcodeCryptoLogic::DecryptDataAES |
( |
const QByteArray & |
key, |
|
|
const QByteArray & |
iv, |
|
|
const QByteArray & |
encryptedData, |
|
|
const int |
keySize |
|
) |
| |
|
static |
| static QByteArray BarcodeCryptoLogic::GenerateRandomBytes |
( |
const int |
length | ) |
|
|
static |
| QByteArray BarcodeCryptoLogic::GenerateRandomBytes |
( |
const int |
length | ) |
|
|
static |
| static bool BarcodeCryptoLogic::VerifySignature |
( |
const QString & |
rsaPublicKeyFileName, |
|
|
const QByteArray & |
message, |
|
|
const QByteArray & |
messageSignature |
|
) |
| |
|
static |
| bool BarcodeCryptoLogic::VerifySignature |
( |
const QString & |
rsaPublicKeyFileName, |
|
|
const QByteArray & |
message, |
|
|
const QByteArray & |
messageSignature |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: