EncryptionParameters
EncryptionParameters
Overview
EncryptionParameters 是Python的Aspose.Cells FOSS中的一个类.
对于加密参数的基础类.
这个类提供了一个方法,用于在Python程序中使用EncryptionParameters 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: cipher_algorithm, encryption_type, hash_algorithm, spin_count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encryption_type | `` | Read | 得到了加密类型. |
cipher_algorithm | `` | Read | 得到了加密算法. |
hash_algorithm | `` | Read | 得到了哈希算法. |
spin_count | `` | Read | 得到了旋转数. |
Methods
| Signature | Description |
|---|---|
__init__(encryption_type, cipher_algorithm, hash_algorithm, spin_count) | 启动加密参数. |