AgileEncryptionParameters

AgileEncryptionParameters

Overview

AgileEncryptionParameters is a class in Aspose.Cells FOSS for Python. Inherits from: EncryptionParameters.

Parameters for Agile Encryption (ECMA-376 Part 2, Section 4).

This class provides 1 method for working with AgileEncryptionParameters 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: block_size, cipher_algorithm, encryption_type, hash_algorithm, key_bits, salt_size, and 1 more.

Properties

NameTypeAccessDescription
salt_size``ReadGets the salt size.
block_size``ReadGets the block size.
key_bits``ReadGets the key bits.
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__(cipher_algorithm, hash_algorithm, spin_count)Initialize Agile encryption parameters.

See Also