Skip to content

Get Public Key Certificate

paymentcryptographycontrolplane_get_public_key_certificate R Documentation

Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography

Description

Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography.

Unlike the private key of an asymmetric key, which never leaves Amazon Web Services Payment Cryptography unencrypted, callers with get_public_key_certificate permission can download the public key certificate of the asymmetric key. You can share the public key certificate to allow others to encrypt messages and verify signatures outside of Amazon Web Services Payment Cryptography

Cross-account use: This operation can't be used across different Amazon Web Services accounts.

Usage

paymentcryptographycontrolplane_get_public_key_certificate(
  KeyIdentifier)

Arguments

KeyIdentifier

[required] The KeyARN of the asymmetric key pair.

Value

A list with the following syntax:

list(
  KeyCertificate = "string",
  KeyCertificateChain = "string"
)

Request syntax

svc$get_public_key_certificate(
  KeyIdentifier = "string"
)