Package org.apache.iceberg.encryption
Class Ciphers.AesGcmDecryptor
java.lang.Object
org.apache.iceberg.encryption.Ciphers.AesGcmDecryptor
- Enclosing class:
- Ciphers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]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) 
- 
Constructor Details- 
AesGcmDecryptorpublic AesGcmDecryptor(byte[] keyBytes) 
 
- 
- 
Method Details- 
decryptpublic byte[] decrypt(byte[] ciphertext, byte[] aad) 
- 
decryptpublic byte[] decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad) 
- 
decryptpublic int decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad) 
 
-