SecureBlackbox 2020 Python Edition

Questions / Feedback?

verify_detached_file Method

Verifies a detached signature.

Syntax

def verify_detached_file(signed_data_file: str, signature_file: str) -> None: ...

Remarks

Use this method to verify a detached signature. Pass the original data via the SignedDataFile parameter, and the signature via the SignatureFileparameter.

The validation result is stored in signature_validation_result property.

Provide the verification key in key property.

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