#include <VP1MD5Sum.h>
Definition at line 24 of file VP1MD5Sum.h.
◆ VP1MD5Sum()
◆ ~VP1MD5Sum()
VP1MD5Sum::~VP1MD5Sum |
( |
| ) |
|
|
private |
◆ sum()
QByteArray VP1MD5Sum::sum |
( |
const QString & |
filename | ) |
|
|
static |
Definition at line 28 of file VP1MD5Sum.cxx.
34 return ok ? arr : QByteArray();
◆ sumMatches() [1/2]
bool VP1MD5Sum::sumMatches |
( |
const QString & |
filename, |
|
|
const QByteArray & |
md5sum |
|
) |
| |
|
static |
◆ sumMatches() [2/2]
bool VP1MD5Sum::sumMatches |
( |
const QString & |
filename, |
|
|
const QString & |
md5sum |
|
) |
| |
|
static |
◆ sumToByteArray()
QByteArray VP1MD5Sum::sumToByteArray |
( |
const QString & |
str | ) |
|
|
static |
◆ sumToStandardFormat()
QString VP1MD5Sum::sumToStandardFormat |
( |
const QString & |
sum | ) |
|
|
static |
◆ sumToString()
QString VP1MD5Sum::sumToString |
( |
const QByteArray & |
ba | ) |
|
|
static |
◆ validMD5Sum()
bool VP1MD5Sum::validMD5Sum |
( |
const QString & |
sum | ) |
|
|
static |
Definition at line 88 of file VP1MD5Sum.cxx.
92 return QRegExp(
"[0-9a-z]*").exactMatch(
sum.toLower());
The documentation for this class was generated from the following files: