AgileEncryptionParameters

AgileEncryptionParameters

Overview

AgileEncryptionParameters 是Python的Aspose.Cells FOSS中的一个类. 继承人: EncryptionParameters.

敏捷加密参数 (ECMA-376 第2部分第4节).

这个类提供了一个方法,用于在Python程序中使用AgileEncryptionParameters 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: block_size, cipher_algorithm, encryption_type, hash_algorithm, key_bits, salt_size,另外一个.

Properties

NameTypeAccessDescription
salt_size``Read得到盐的尺寸.
block_size``Read得到了块的尺寸.
key_bits``Read得到关键的部分.
encryption_type``Read得到了加密类型.
cipher_algorithm``Read得到了加密算法.
hash_algorithm``Read得到了哈希算法.
spin_count``Read得到了旋转数.

Methods

SignatureDescription
__init__(cipher_algorithm, hash_algorithm, spin_count)启动敏捷加密参数.

See Also

 中文