Uses of Class
software.amazon.awssdk.services.kms.model.InvalidCiphertextException
Packages that use InvalidCiphertextException
-
Uses of InvalidCiphertextException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw InvalidCiphertextExceptionModifier 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 ImportKeyMaterialResponseKmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material.default ImportKeyMaterialResponseKmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material.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.