SecureBlackbox 2020 Python Edition

Questions / Feedback?

claimed_signing_time Property

The signing time from the signer's computer.

Syntax

def get_claimed_signing_time() -> str: ...
def set_claimed_signing_time(value: str) -> None: ...

claimed_signing_time = property(get_claimed_signing_time, set_claimed_signing_time)

Default Value

""

Remarks

Use this property to provide the signature production time. The claimed time is not supported by a trusted source; it may be inaccurate, forfeited, or wrong, and as such is usually taken for informational purposes only by verifiers. Use timestamp servers to embed verifiable trusted timestamps. The time is in UTC.

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