HashAlgorithm
General
HashAlgorithm és un enum a Aspose.Cells per Python.
Enumeració d’algoritme de hash.
Valors
| Value | Description |
|---|---|
SHA1 | Represents the SHA-1 hash algorithm with a 20‑byte output |
SHA256 | Represents the SHA-256 hash algorithm with a 32‑byte output |
SHA384 | Represents the SHA-384 hash algorithm with a 48‑byte output |
SHA512 | Represents the SHA-512 hash algorithm with a 64‑byte output |
Mètodes
| Signature | Description |
|---|---|
__init__(name, hash_bytes, alg_id) |