Cloud Keys 2020 JavaScript Edition

Questions / Feedback?

GetPublicKey Method

Retrieves the public key of an asymmetric CMK.

Syntax

async amazonkms.getPublicKey(keyId : string): Promise<void>

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:

  • KeyDataAlgorithms
  • KeyDataARN
  • KeyDataForSigning
  • KeyDataKeySpec
  • KeyDataPublicKey

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

  • Its KeysState is anything other than aksEnabled (0).
  • It is symmetric (see KeysKeySpec).
  • It is an AWS-managed CMK (see KeysAWSManaged).

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