Cloud Keys 2020 Python Edition

Questions / Feedback?

key_data_for_signing Property

Whether the public key is for signing or encryption.

Syntax

def get_key_data_for_signing() -> bool: ...

key_data_for_signing = property(get_key_data_for_signing, None)

Default Value

FALSE

Remarks

Whether the public key is for signing or encryption.

When get_public_key is called, this property reflects whether the downloaded key_public_key is to be used for verification (True) or encryption (False).

Always False when generate_data_key or generate_data_key_pair is called.

This property is read-only.

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