Class Ciphers.AesGcmDecryptor

java.lang.Object
org.apache.iceberg.encryption.Ciphers.AesGcmDecryptor
Enclosing class:
Ciphers

public static class Ciphers.AesGcmDecryptor extends Object
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    AesGcmDecryptor(byte[] keyBytes)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] ciphertext, byte[] aad)
     
    byte[]
    decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad)
     
    int
    decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad)
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • AesGcmDecryptor Link icon

      public AesGcmDecryptor(byte[] keyBytes)
  • Method Details Link icon

    • decrypt Link icon

      public byte[] decrypt(byte[] ciphertext, byte[] aad)
    • decrypt Link icon

      public byte[] decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad)
    • decrypt Link icon

      public int decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad)