NAME
Paws::KMS::GenerateDataKeyPairResponse
ATTRIBUTES
KeyId => Str
The Amazon Resource Name (key ARN (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN)) of the CMK that encrypted the private key.
KeyPairSpec => Str
The type of data key pair that was generated.
Valid values are: "RSA_2048"
, "RSA_3072"
, "RSA_4096"
, "ECC_NIST_P256"
, "ECC_NIST_P384"
, "ECC_NIST_P521"
, "ECC_SECG_P256K1"
=head2 PrivateKeyCiphertextBlob => Str
The encrypted copy of the private key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
PrivateKeyPlaintext => Str
The plaintext copy of the private key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
PublicKey => Str
The public key (in plaintext).