Cloud Keys 2020 Python Edition

Questions / Feedback?

get_public_key Method

Retrieves the public key of an asymmetric CMK.

Syntax

def get_public_key(key_id: str) -> None: ...

Remarks

This method retrieves the public key of the asymmetric CMK specified by KeyId. The public key and its related information will be downloaded to the following KeyData* properties, refer to their documentation for more information:

This method will fail if any of the following are true regarding the specified CMK:

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