| Constructor and Description |
|---|
AzureKmsAead(com.azure.security.keyvault.keys.cryptography.CryptographyClient kmsClient,
com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm algorithm)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext,
byte[] associatedData) |
byte[] |
encrypt(byte[] plaintext,
byte[] associatedData) |
public AzureKmsAead(com.azure.security.keyvault.keys.cryptography.CryptographyClient kmsClient,
com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm algorithm)
kmsClient - - kms clientalgorithm - - algorithmpublic 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.