Cloud Keys 2020 Python Edition

Questions / Feedback?

key_data_encrypted_key Property

The encrypted key or private key data.

Syntax

def get_key_data_encrypted_key() -> bytes: ...

key_data_encrypted_key = property(get_key_data_encrypted_key, None)

Default Value

""

Remarks

The encrypted key or private key data.

When generate_data_key is called, this property reflects the encrypted data key that was downloaded. When generate_data_key_pair is called, this property reflects the encrypted private key of the data key pair that was downloaded.

In the case of generate_data_key_pair, note that the actual private key data will be in DER format upon decryption. It is up to the application to convert it to another format after decryption if necessary.

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]