SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

can_sign Property

Returns true if the crypto object is capable of data signing.

Syntax

def get_can_sign() -> bool: ...

can_sign = property(get_can_sign, None)

Default Value

FALSE

Remarks

This property returns true if the crypto object can be used for signing data and validating signatures. This capability depends on the cryptographic algorithm.

This property is read-only.

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