EncryptionParameters
Overview
EncryptionParameters เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python.
ฐานคลาสสําหรับปารามีเตอร์การเข้ารหัส.
หมวดนี้ให้ 1 วิธีในการทํางานกับ EncryptionParameters วัตถุในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for 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) | เริ่มการปารามีเตอร์การเข้ารหัส. |