Qt 4.8
Public Variables | List of all members
QCryptographicHashPrivate Class Reference

Public Variables

union {
   md4_context   md4Context
 
   MD5Context   md5Context
 
   Sha1State   sha1Context
 
}; 
 
QCryptographicHash::Algorithm method
 
QByteArray result
 

Detailed Description

Definition at line 57 of file qcryptographichash.cpp.

Properties

◆ @51

union { ... }

◆ md4Context

md4_context QCryptographicHashPrivate::md4Context

◆ md5Context

MD5Context QCryptographicHashPrivate::md5Context

◆ method

QCryptographicHash::Algorithm QCryptographicHashPrivate::method

◆ result

QByteArray QCryptographicHashPrivate::result

◆ sha1Context

Sha1State QCryptographicHashPrivate::sha1Context

The documentation for this class was generated from the following file: