| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionAlgorithmSpec | EncryptionAlgorithmSpec. fromValue(String value)Use this in place of valueOf. | 
| static EncryptionAlgorithmSpec | EncryptionAlgorithmSpec. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EncryptionAlgorithmSpec[] | EncryptionAlgorithmSpec. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReEncryptRequest | ReEncryptRequest. withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
 Specifies the encryption algorithm that AWS KMS will use to reecrypt the data after it has decrypted it. | 
| ReEncryptResult | ReEncryptResult. withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
 The encryption algorithm that was used to reencrypt the data. | 
| EncryptResult | EncryptResult. withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
 The encryption algorithm that was used to encrypt the plaintext. | 
| EncryptRequest | EncryptRequest. withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
 Specifies the encryption algorithm that AWS KMS will use to encrypt the plaintext message. | 
| DecryptRequest | DecryptRequest. withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
 Specifies the encryption algorithm that will be used to decrypt the ciphertext. | 
| DecryptResult | DecryptResult. withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
 The encryption algorithm that was used to decrypt the ciphertext. | 
| GetPublicKeyResult | GetPublicKeyResult. withEncryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
 The encryption algorithms that AWS KMS supports for this key. | 
| KeyMetadata | KeyMetadata. withEncryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
 The encryption algorithms that the CMK supports. | 
| ReEncryptRequest | ReEncryptRequest. withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
 Specifies the encryption algorithm that AWS KMS will use to decrypt the ciphertext before it is reencrypted. | 
| ReEncryptResult | ReEncryptResult. withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
 The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted. | 
Copyright © 2021. All rights reserved.