SecureBlackbox 2020 Python Edition

Questions / Feedback?

extraction_mode Property

Specifies which entries should be extracted from the container upon verification.

Syntax

def get_extraction_mode() -> int: ...
def set_extraction_mode(value: int) -> None: ...

extraction_mode = property(get_extraction_mode, set_extraction_mode)

Default Value

0

Remarks

Use this property to choose entries that should be extracted in the verify method. Choose between extracting all files, signed-only, signed and with verified signature, and none at all (verify-only mode).

aemNone0
aemAll1
aemSigned2
aemSignedAndValid3

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