custom_sign_hash method

custom_sign_hash

Signs the given hash using a custom signing implementation.

Returns

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 SignatureContext The context providing additional signature-related options.

See Also