SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

verify_detached Method

Verifies a detached signature.

Syntax

def verify_detached(signed_data: bytes, signature: bytes) -> None: ...

Remarks

Use this method to verify a detached signature. Pass the original message via the SignedData parameter, and the signature via the Signature parameter.

The validation result is stored in signature_validation_result property.

Provide the verification key in key property before commencing verification.

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