default DecryptResponse |
KmsClient.decrypt(Consumer<DecryptRequest.Builder> decryptRequest) |
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
default DecryptResponse |
KmsClient.decrypt(DecryptRequest decryptRequest) |
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest) |
Imports or reimports key material into an existing KMS key that was created without key material.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest) |
Imports or reimports key material into an existing KMS key that was created without key material.
|
default ReEncryptResponse |
KmsClient.reEncrypt(Consumer<ReEncryptRequest.Builder> reEncryptRequest) |
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
default ReEncryptResponse |
KmsClient.reEncrypt(ReEncryptRequest reEncryptRequest) |
Decrypts ciphertext and then reencrypts it entirely within KMS.
|