| Constructor and Description |
|---|
AwsKmsAead(software.amazon.awssdk.services.kms.KmsClient kmsClient,
String keyArn) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext,
byte[] associatedData) |
byte[] |
encrypt(byte[] plaintext,
byte[] associatedData) |
public AwsKmsAead(software.amazon.awssdk.services.kms.KmsClient kmsClient,
String keyArn)
public byte[] encrypt(byte[] plaintext,
byte[] associatedData)
throws GeneralSecurityException
encrypt in interface com.google.crypto.tink.AeadGeneralSecurityExceptionpublic byte[] decrypt(byte[] ciphertext,
byte[] associatedData)
throws GeneralSecurityException
decrypt in interface com.google.crypto.tink.AeadGeneralSecurityExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.