SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

grace_period Property

Specifies a grace period to apply during certificate validation.

Syntax

def get_grace_period() -> int: ...
def set_grace_period(value: int) -> None: ...

grace_period = property(get_grace_period, set_grace_period)

Default Value

0

Remarks

Use this property to specify a grace period (in seconds). Grace period applies to certain subprotocols, such as OCSP, and caters to the inaccuracy and/or missynchronization of clocks on different participating systems. Any time deviations within the grace period will be tolerated.

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