SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

scheme_params Property

The algorithm scheme parameters to employ.

Syntax

def get_scheme_params() -> str: ...
def set_scheme_params(value: str) -> None: ...

scheme_params = property(get_scheme_params, set_scheme_params)

Default Value

""

Remarks

Use this property to specify the parameters of the algorithm scheme if needed.

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