AgileEncryptionParameters
Opinie generală
AgileEncryptionParameters este o clasă în Aspose.Cells pentru Python. Moștenitorii de la: EncryptionParameters.
Parametrii pentru criptarea agila (ECMA-376 partea 2, secțiunea 4).
Metode de evaluare
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Gets the salt size. |
block_size | `` | Read | Gets the block size. |
key_bits | `` | Read | Gets the key bits. |
encryption_type | `` | Read | Gets the encryption type. |
cipher_algorithm | `` | Read | Gets the cipher algorithm. |
hash_algorithm | `` | Read | Gets the hash algorithm. |
spin_count | `` | Read | Gets the spin count. |
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Agile encryption parameters. |