SecureBlackbox 2020 Python Edition

Questions / Feedback?

verify_detached Method

Verifies a detached CAdES signature.

Syntax

def verify_detached() -> None: ...

Remarks

Use this method to verify detached signatures. Pass the signature via input_stream or input_file property, and the data via data_stream or data_file property.

Use verify to verify enveloping (non-detached) signatures.

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