StandardEncryptionParameters
Vue de l’ensemble
‘StandardEncryptionParamètres’ est une classe dans Aspose.Cells FOSS pour Python.Déduit de: ‘EncrryptionsPamètres’.
Paramètres de cryptage standard (ECMA-376 partie 2, section 3).
Cette classe fournit 1 méthode pour travailler avec les objets StandardEncryptionParamètres dans des 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.Cells FOSS pour le package PyThone. Propriétés: ‘cipher_algorithm’, ’encryptions_type’, `hash_algoritme’, ‘salt_size’, ‘spin_count’, ’verifier_seize’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Gets the salt size. |
verifier_size | `` | Read | Gets the verifier size. |
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. |
méthodes
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Standard encryption parameters. |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference