EncryptionParameters
Overview
EncryptionParameters är en klass i Aspose.Cells FOSS för Python.
Basklassen för krypteringsparametrar.
Denna klass ger 1 metod för att arbeta med EncryptionParameters objekt i Python-program. Tillgängliga metoder inkluderar: __init__. Alla offentliga medlemmar är tillgängliga för någon Python-ansökan efter att ha installerat Aspose.Cells FOSS för Pythons paket. och egenskaper: cipher_algorithm, encryption_type, hash_algorithm, spin_count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encryption_type | `` | Read | Få krypteringstypen. |
cipher_algorithm | `` | Read | Det är en cipheralgoritm. |
hash_algorithm | `` | Read | Det är hash algoritm. |
spin_count | `` | Read | Få spinn räkning. |
Methods
| Signature | Description |
|---|---|
__init__(encryption_type, cipher_algorithm, hash_algorithm, spin_count) | Initialisera krypteringsparametrar. |