StandardEncryptionParameters

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

NameTypeAccessDescription
salt_size``ReadGets the salt size.
verifier_size``ReadGets the verifier size.
encryption_type``ReadGets the encryption type.
cipher_algorithm``ReadGets the cipher algorithm.
hash_algorithm``ReadGets the hash algorithm.
spin_count``ReadGets the spin count.

méthodes

SignatureDescription
__init__(cipher_algorithm, hash_algorithm, spin_count)Initialize Standard encryption parameters.

Voir aussi

  • Aspose.Cells pour Python — Enterprise API Reference
 Français