EncryptionParameters

EncryptionParameters

Overview

EncryptionParameters is a class in Aspose.Cells FOSS for Python.

Base class for encryption parameters.

This class provides 1 method for working with EncryptionParameters objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: cipher_algorithm, encryption_type, hash_algorithm, spin_count.

Properties

NameTypeAccessDescription
encryption_type``ReadGets the encryption type.
cipher_algorithm``ReadGets the cipher algorithm.
hash_algorithm``ReadGets the hash algorithm.
spin_count``ReadGets the spin count.

Methods

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

See Also