hash_algorithm property

hash_algorithm property

Gets or sets the hash algorithm to be used for cryptographic operations. Supported exclusively for digital signatures in PDF files.

Definition:

@property
def hash_algorithm(self):
    ...
@hash_algorithm.setter
def hash_algorithm(self, value):
    ...

See Also