HashAlgorithm

Vue de l’ensemble

‘HashAlgorithm’ est un enum dans Aspose.Cells FOSS pour Python.

L’algorithme de hash.

Ce enum fournit 1 méthode pour travailler avec les objets HashAlgorithm dans les programmes Python. Les méthodes disponibles comprennent: __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Cell FOSS pour le package Pyathon. Propriétés: ‘alg_id`, ‘algoritm_name’, ‘hash_bytes’.

Les valeurs

ValueDescription
SHA1Represents the SHA-1 hash algorithm with 20-byte output and ID 0x8004
SHA256Represents the SHA-256 hash algorithm with 32-byte output and ID 0x800C
SHA384Represents the SHA-384 hash algorithm with 48-byte output and ID 0x800D
SHA512Represents the SHA-512 hash algorithm with 64-byte output and ID 0x800E

Propriétés

NameTypeAccessDescription
algorithm_name``ReadGets the algorithm name.
hash_bytes``ReadGets the hash bytes.
alg_id``ReadGets the alg id.

méthodes

SignatureDescription
__init__(name, hash_bytes, alg_id)

Voir aussi

  • Aspose.Cells pour Python — Enterprise API Reference
 Français