SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_old_packet_format Property

Indicates whether legacy (PGP 2.

Syntax

def get_key_old_packet_format() -> bool: ...
def set_key_old_packet_format(value: bool) -> None: ...

key_old_packet_format = property(get_key_old_packet_format, set_key_old_packet_format)

Default Value

FALSE

Remarks

Indicates whether legacy (PGP 2.6.x) packet format should be used.

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