Uses of Class
software.amazon.awssdk.services.kms.model.IncorrectKeyException
Packages that use IncorrectKeyException
-
Uses of IncorrectKeyException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw IncorrectKeyExceptionModifier and TypeMethodDescriptiondefault 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.