SecureBlackbox 2020 Python Edition

Questions / Feedback?

source_bytes Property

Use this property to pass the content to sign in the byte array form.

Syntax

def get_source_bytes() -> bytes: ...
def set_source_bytes(value: bytes) -> None: ...

source_bytes = property(get_source_bytes, set_source_bytes)

Remarks

Assign a byte array containing the source file to be signed to this property.

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