![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
The QCryptographicHash class provides a way to generate cryptographic hashes. Далее...
#include <QCryptographicHash>
Замечание: Все функции в этом классе реентерабельны.
Класс был добавлен в Qt 4.3.
The QCryptographicHash class provides a way to generate cryptographic hashes.
QCryptographicHash can be used to generate cryptographic hashes of binary or text data.
Currently Md4, Md5, and Sha1 are supported.
Константа | Значение | Описание |
---|---|---|
QCryptographicHash::Md4 | 0 | Generate an Md4 hash sum |
QCryptographicHash::Md5 | 1 | Generate an Md5 hash sum |
QCryptographicHash::Sha1 | 2 | Generate an Sha1 hash sum |
Constructs an object that can be used to create a cryptographic hash from data using method.
Уничтожает объект.
Adds the first length chars of data to the cryptographic hash.
Это перегруженная функция, предоставленная для удобства.
/overload
Returns the hash of data using method.
Resets the object.
Returns the final hash value.
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |