Package org.apache.iceberg.encryption
Class Ciphers.AesGcmEncryptor
java.lang.Object
org.apache.iceberg.encryption.Ciphers.AesGcmEncryptor
- Enclosing class:
- Ciphers
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AesGcmEncryptorpublic AesGcmEncryptor(byte[] keyBytes) 
 
- 
- 
Method Details- 
encryptpublic byte[] encrypt(byte[] plaintext, byte[] aad) 
- 
encryptpublic byte[] encrypt(byte[] plaintext, int plaintextOffset, int plaintextLength, byte[] aad) 
- 
encryptpublic int encrypt(byte[] plaintext, int plaintextOffset, int plaintextLength, byte[] ciphertextBuffer, int ciphertextOffset, byte[] aad) 
 
-