CipherAlgorithm
General
CipherAlgorithm és un enum a Aspose.Cells per Python.
Enumeració d’algoritmes de cifrar.
Valors
| Value | Description |
|---|---|
AES_128 | Represents AES encryption with a 128‑bit key |
AES_192 | Represents AES encryption with a 192‑bit key |
AES_256 | Represents AES encryption with a 256‑bit key |
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
key_bytes | `` | Read | Holds the length of the encryption key in bytes |
block_size | `` | Read | Indicates the block size in bytes used by the cipher |
Mètodes
| Signature | Description |
|---|---|
__init__(name, key_bits, alg_id) |