StandardEncryptionParameters
Overview
StandardEncryptionParameters เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python. ทายาทจาก: EncryptionParameters.
ปารามีเตอร์สําหรับการรหัสมาตรฐาน (ECMA-376 ส่วน 2 ภาค 3).
หมวดนี้ให้ 1 วิธีในการทํางานกับ StandardEncryptionParameters วัตถุในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python. คุณสมบัติ: cipher_algorithm, encryption_type, hash_algorithm, salt_size, spin_count, verifier_size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | มีขนาดเกลือ. |
verifier_size | `` | Read | ได้รับขนาดของตัวตรวจสอบ. |
encryption_type | `` | Read | ได้รับประเภทการเข้ารหัส. |
cipher_algorithm | `` | Read | ได้รับอัลโกริธมรหัส. |
hash_algorithm | `` | Read | ได้รับอัลโกริตม์ฮาช. |
spin_count | `` | Read | ได้รับการนับสปิน. |
Methods
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | เริ่มการปารามีเตอร์การเข้ารหัสมาตรฐาน. |