custom_sign_hash method
Leave feedback
On this page
Signs the given hash using a custom signing implementation.
The signed hash as a byte array.
def custom_sign_hash(self, signable_hash, hash_algorithm, signature_context):
...
| Parameter | Type | Description |
|---|---|---|
| signable_hash | bytes | The hash value to be signed. |
| hash_algorithm | groupdocs.signature.domain.HashAlgorithm | The hash algorithm used to generate the hash. |
| signature_context | groupdocs.signature.options.SignatureContext | The context providing additional signature-related options. |
- module
groupdocs.signature.options - class
ICustomSignHash
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.