SecureBlackbox 2020 Python Edition

Questions / Feedback?

data_bytes Property

Use this property to pass the original signed data to class in the byte array form.

Syntax

def get_data_bytes() -> bytes: ...
def set_data_bytes(value: bytes) -> None: ...

data_bytes = property(get_data_bytes, set_data_bytes)

Remarks

When validating detached signatures, assign a byte array containing the signed data to this property.

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