Cloud Keys 2020 Python Edition

Questions / Feedback?

key_data_plaintext_key Property

The plaintext key or private key data.

Syntax

def get_key_data_plaintext_key() -> bytes: ...

key_data_plaintext_key = property(get_key_data_plaintext_key, None)

Default Value

""

Remarks

The plaintext key or private key data.

If, when generate_data_key or generate_data_key_pair is called, the IncludePlaintext parameter was True, this property will reflect the plaintext data key or private key of the data key pair (respectively) that was downloaded. Otherwise, it will be empty.

In the case of generate_data_key_pair, this property exposes the private key in PEM format for convenience.

Always empty when get_public_key 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]