IKMSGenerateDataKeyPairWithoutPlaintextResponse
Interface in AWS.KMS
Interface for GenerateDataKeyPairWithoutPlaintext responses.
Ancestors
Properties
KeyId
property KeyId: TARN
The Amazon Resource Name (ARN) of the KMS key that encrypted the private key.
KeyPairSpec
property KeyPairSpec: string
The type of data key pair that was generated.
Valid values: RSA_2048 | RSA_3072 | RSA_4096 | ECC_NIST_P256 | ECC_NIST_P384 | ECC_NIST_P521 | ECC_SECG_P256K1 | SM2.
PrivateKeyCiphertextBlob
property PrivateKeyCiphertextBlob: TStream
The encrypted copy of the private key.
PublicKey
property PublicKey: TStream
The public key (in plaintext).