SymmetricEncryption constructor
Leave feedback
On this page
Creates symmetric encryption algorithm with default passphrase
def __init__(self, algorithm_type, key):
...
| Parameter | Type | Description |
|---|---|---|
| algorithm_type | groupdocs.signature.domain.extensions.SymmetricAlgorithmType | Specify symmetric algorithm type |
| key | System.String | Encryption key |
Creates symmetric encryption algorithm with parameters.
def __init__(self, algorithm_type, key, salt):
...
| Parameter | Type | Description |
|---|---|---|
| algorithm_type | groupdocs.signature.domain.extensions.SymmetricAlgorithmType | Specify symmetric algorithm type |
| key | System.String | Encryption key |
| salt | System.String | Passphrase for encryption |
- module
groupdocs.signature.domain.extensions - class
SymmetricEncryption
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.