StandardEncryptionParameters
Összefoglaló
StandardEncryptionParameters egy Python-i osztály. Az örökölők: EncryptionParameters.
A szabványos titkosítás paraméterei (ECMA-376 2. rész, 3. szakasz).
Módszerek
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Gets the salt size. |
verifier_size | `` | Read | Gets the verifier size. |
encryption_type | `` | Read | Gets the encryption type. |
cipher_algorithm | `` | Read | Gets the cipher algorithm. |
hash_algorithm | `` | Read | Gets the hash algorithm. |
spin_count | `` | Read | Gets the spin count. |
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Standard encryption parameters. |