SecureBlackbox 2020 Python Edition

Questions / Feedback?

hash_algorithm Property

Hash algorithm which was used to calculate the signature.

Syntax

def get_hash_algorithm() -> str: ...
def set_hash_algorithm(value: str) -> None: ...

hash_algorithm = property(get_hash_algorithm, set_hash_algorithm)

Default Value

""

Remarks

Check this property after calling verify or verify_detached to get the hash algorithm that was used to calculate the signature message digest.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]