Class Aes256GcmDecryption

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int TAG_SIZE_IN_BYTES
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void decrypt(Array<byte> plaintext)
      void decrypt(Array<byte> plaintext, int offset, int length)
      boolean verifyTag(Array<byte> tag)
      • Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.SimpleOwner

        unsafeNativeHandleWithoutGuard
      • Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner

        guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Aes256GcmDecryption

        Aes256GcmDecryption(Array<byte> key, Array<byte> nonce, Array<byte> associatedData)