Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtCore »

Classe « QCryptographicHash »

Informations générales

Héritage

builtins.object
    Object
        QCryptographicHash

Définition

class QCryptographicHash(Object):

Description [extrait de QCryptographicHash.__doc__]

QCryptographicHash(self, method: PySide2.QtCore.QCryptographicHash.Algorithm)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
Keccak_224PySide2.QtCore.QCryptographicHash.Algorithm.Keccak_224
Keccak_256PySide2.QtCore.QCryptographicHash.Algorithm.Keccak_256
Keccak_384PySide2.QtCore.QCryptographicHash.Algorithm.Keccak_384
Keccak_512PySide2.QtCore.QCryptographicHash.Algorithm.Keccak_512
Md4PySide2.QtCore.QCryptographicHash.Algorithm.Md4
Md5PySide2.QtCore.QCryptographicHash.Algorithm.Md5
RealSha3_224PySide2.QtCore.QCryptographicHash.Algorithm.RealSha3_224
RealSha3_256PySide2.QtCore.QCryptographicHash.Algorithm.RealSha3_256
RealSha3_384PySide2.QtCore.QCryptographicHash.Algorithm.RealSha3_384
RealSha3_512PySide2.QtCore.QCryptographicHash.Algorithm.RealSha3_512
Sha1PySide2.QtCore.QCryptographicHash.Algorithm.Sha1
Sha224PySide2.QtCore.QCryptographicHash.Algorithm.Sha224
Sha256PySide2.QtCore.QCryptographicHash.Algorithm.Sha256
Sha384PySide2.QtCore.QCryptographicHash.Algorithm.Sha384
Sha3_224PySide2.QtCore.QCryptographicHash.Algorithm.Sha3_224
Sha3_256PySide2.QtCore.QCryptographicHash.Algorithm.Sha3_256
Sha3_384PySide2.QtCore.QCryptographicHash.Algorithm.Sha3_384
Sha3_512PySide2.QtCore.QCryptographicHash.Algorithm.Sha3_512
Sha512PySide2.QtCore.QCryptographicHash.Algorithm.Sha512

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
addData addData(self, data: PySide2.QtCore.QByteArray) [extrait de addData.__doc__]
Algorithm
hash(data: PySide2.QtCore.QByteArray, method: PySide2.QtCore.QCryptographicHash.Algorithm) -> PySide2.QtCore.QByteArray hash(data: PySide2.QtCore.QByteArray, method: PySide2.QtCore.QCryptographicHash.Algorithm) -> PySide2.QtCore.QByteArray [extrait de hash.__doc__]
hashLength(method: PySide2.QtCore.QCryptographicHash.Algorithm) -> int hashLength(method: PySide2.QtCore.QCryptographicHash.Algorithm) -> int [extrait de hashLength.__doc__]
reset(self) reset(self) [extrait de reset.__doc__]
result(self) -> PySide2.QtCore.QByteArray result(self) -> PySide2.QtCore.QByteArray [extrait de result.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__