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
| Value | Description |
|---|---|
SHA1 | Represents the SHA-1 hash algorithm with 20-byte output and ID 0x8004 |
SHA256 | Represents the SHA-256 hash algorithm with 32-byte output and ID 0x800C |
SHA384 | Represents the SHA-384 hash algorithm with 48-byte output and ID 0x800D |
SHA512 | Represents the SHA-512 hash algorithm with 64-byte output and ID 0x800E |
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
algorithm_name | `` | Read | Gets the algorithm name. |
hash_bytes | `` | Read | Gets the hash bytes. |
alg_id | `` | Read | Gets the alg id. |
méthodes
| Signature | Description |
|---|---|
__init__(name, hash_bytes, alg_id) |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference