Package org.apache.iceberg.encryption
Class Ciphers.AesGcmDecryptor
- java.lang.Object
 - 
- org.apache.iceberg.encryption.Ciphers.AesGcmDecryptor
 
 
- 
- Enclosing class:
 - Ciphers
 
public static class Ciphers.AesGcmDecryptor extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description AesGcmDecryptor(byte[] keyBytes) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decrypt(byte[] ciphertext, byte[] aad)byte[]decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad)intdecrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad) 
 - 
 
- 
- 
Method Detail
- 
decrypt
public byte[] decrypt(byte[] ciphertext, byte[] aad) 
- 
decrypt
public byte[] decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad) 
- 
decrypt
public int decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad) 
 - 
 
 -