StandardEncryptionParameters

StandardEncryptionParameters

Overview

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

标准加密参数 (ECMA-376第2部分,第三节).

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

Properties

NameTypeAccessDescription
salt_size``Read得到盐的尺寸.
verifier_size``Read得到验证器的尺寸.
encryption_type``Read得到了加密类型.
cipher_algorithm``Read得到了加密算法.
hash_algorithm``Read得到了哈希算法.
spin_count``Read得到了旋转数.

Methods

SignatureDescription
__init__(cipher_algorithm, hash_algorithm, spin_count)启动标准加密参数.

See Also

 中文