Uses of Class
software.amazon.awssdk.services.kms.model.IncorrectKeyException
-
Packages that use IncorrectKeyException Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of IncorrectKeyException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw IncorrectKeyException Modifier and Type Method Description default DecryptResponseKmsClient. decrypt(Consumer<DecryptRequest.Builder> decryptRequest)Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:default DecryptResponseKmsClient. decrypt(DecryptRequest decryptRequest)Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:default ReEncryptResponseKmsClient. reEncrypt(Consumer<ReEncryptRequest.Builder> reEncryptRequest)Decrypts ciphertext and then reencrypts it entirely within KMS.default ReEncryptResponseKmsClient. reEncrypt(ReEncryptRequest reEncryptRequest)Decrypts ciphertext and then reencrypts it entirely within KMS.
-