SecureBlackbox 2020 Python Edition

Questions / Feedback?

use_gcm Property

Specifies if GCM mode is enabled.

Syntax

def get_use_gcm() -> bool: ...
def set_use_gcm(value: bool) -> None: ...

use_gcm = property(get_use_gcm, set_use_gcm)

Default Value

FALSE

Remarks

Use this property to enable Galois/Counter Mode (GCM) mode for AES encryption method.

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