encryptionAlgorithms property

List<EncryptionAlgorithmSpec>? encryptionAlgorithms
final

The encryption algorithms that AWS KMS supports for this key.

This information is critical. If a public key encrypts data outside of AWS KMS by using an unsupported encryption algorithm, the ciphertext cannot be decrypted.

This field appears in the response only when the KeyUsage of the public key is ENCRYPT_DECRYPT.

Implementation

final List<EncryptionAlgorithmSpec>? encryptionAlgorithms;