Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QCryptographicHash Class

The QCryptographicHash class provides a way to generate cryptographic hashes. More...

 #include <QCryptographicHash>

Note: All functions in this class are reentrant.

This class was introduced in Qt 4.3.

Public Types

enum Algorithm { Md4, Md5, Sha1, Sha224, ..., Sha512 }

Public Functions

QCryptographicHash(Algorithm method)
~QCryptographicHash()
void addData(const char * data, int length)
bool addData(QIODevice * device)
void addData(const QByteArray & data)
void reset()
QByteArray result() const

Static Public Members

QByteArray hash(const QByteArray & data, Algorithm method)

Detailed Description

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, SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 are supported.

Member Type Documentation

enum QCryptographicHash::Algorithm

ConstantValueDescription
QCryptographicHash::Md40Generate an MD4 hash sum
QCryptographicHash::Md51Generate an MD5 hash sum
QCryptographicHash::Sha12Generate an SHA-1 hash sum
QCryptographicHash::Sha2243Generate an SHA-224 hash sum
QCryptographicHash::Sha2564Generate an SHA-256 hash sum
QCryptographicHash::Sha3845Generate an SHA-384 hash sum
QCryptographicHash::Sha5126Generate an SHA-512 hash sum

Member Function Documentation

QCryptographicHash::QCryptographicHash(Algorithm method)

Constructs an object that can be used to create a cryptographic hash from data using method.

QCryptographicHash::~QCryptographicHash()

Destroys the object.

void QCryptographicHash::addData(const char * data, int length)

Adds the first length chars of data to the cryptographic hash.

bool QCryptographicHash::addData(QIODevice * device)

Reads the data from the open QIODevice device until it ends and hashes it. Returns true if reading was successful.

void QCryptographicHash::addData(const QByteArray & data)

This function overloads addData().

QByteArray QCryptographicHash::hash(const QByteArray & data, Algorithm method) [static]

Returns the hash of data using method.

void QCryptographicHash::reset()

Resets the object.

QByteArray QCryptographicHash::result() const

Returns the final hash value.

See also QByteArray::toHex().

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web