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 « PySide6.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: PySide6.QtCore.QCryptographicHash.Algorithm) -> None

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, method: PySide6.QtCore.QCryptographicHash.Algorithm) -> None __init__(self, method: PySide6.QtCore.QCryptographicHash.Algorithm) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
Blake2b_160PySide6.QtCore.QCryptographicHash.Algorithm.Blake2b_160
Blake2b_256PySide6.QtCore.QCryptographicHash.Algorithm.Blake2b_256
Blake2b_384PySide6.QtCore.QCryptographicHash.Algorithm.Blake2b_384
Blake2b_512PySide6.QtCore.QCryptographicHash.Algorithm.Blake2b_512
Blake2s_128PySide6.QtCore.QCryptographicHash.Algorithm.Blake2s_128
Blake2s_160PySide6.QtCore.QCryptographicHash.Algorithm.Blake2s_160
Blake2s_224PySide6.QtCore.QCryptographicHash.Algorithm.Blake2s_224
Blake2s_256PySide6.QtCore.QCryptographicHash.Algorithm.Blake2s_256
Keccak_224PySide6.QtCore.QCryptographicHash.Algorithm.Keccak_224
Keccak_256PySide6.QtCore.QCryptographicHash.Algorithm.Keccak_256
Keccak_384PySide6.QtCore.QCryptographicHash.Algorithm.Keccak_384
Keccak_512PySide6.QtCore.QCryptographicHash.Algorithm.Keccak_512
Md4PySide6.QtCore.QCryptographicHash.Algorithm.Md4
Md5PySide6.QtCore.QCryptographicHash.Algorithm.Md5
RealSha3_224PySide6.QtCore.QCryptographicHash.Algorithm.RealSha3_224
RealSha3_256PySide6.QtCore.QCryptographicHash.Algorithm.RealSha3_256
RealSha3_384PySide6.QtCore.QCryptographicHash.Algorithm.RealSha3_384
RealSha3_512PySide6.QtCore.QCryptographicHash.Algorithm.RealSha3_512
Sha1PySide6.QtCore.QCryptographicHash.Algorithm.Sha1
Sha224PySide6.QtCore.QCryptographicHash.Algorithm.Sha224
Sha256PySide6.QtCore.QCryptographicHash.Algorithm.Sha256
Sha384PySide6.QtCore.QCryptographicHash.Algorithm.Sha384
Sha3_224PySide6.QtCore.QCryptographicHash.Algorithm.Sha3_224
Sha3_256PySide6.QtCore.QCryptographicHash.Algorithm.Sha3_256
Sha3_384PySide6.QtCore.QCryptographicHash.Algorithm.Sha3_384
Sha3_512PySide6.QtCore.QCryptographicHash.Algorithm.Sha3_512
Sha512PySide6.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: bytes, length: int) -> None [extrait de addData.__doc__]
Algorithm
hash(data: Union[PySide6.QtCore.QByteArray, bytes], method: PySide6.QtCore.QCryptographicHash.Algorithm) -> PySide6.QtCore.QByteArray hash(data: Union[PySide6.QtCore.QByteArray, bytes], method: PySide6.QtCore.QCryptographicHash.Algorithm) -> PySide6.QtCore.QByteArray [extrait de hash.__doc__]
hashLength(method: PySide6.QtCore.QCryptographicHash.Algorithm) -> int hashLength(method: PySide6.QtCore.QCryptographicHash.Algorithm) -> int [extrait de hashLength.__doc__]
reset(self) -> None reset(self) -> None [extrait de reset.__doc__]
result(self) -> PySide6.QtCore.QByteArray result(self) -> PySide6.QtCore.QByteArray [extrait de result.__doc__]

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

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

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

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__