Package org.signal.libsignal.crypto
Class Aes256GcmEncryption
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class Aes256GcmEncryption extends NativeHandleGuard.SimpleOwner
-
-
Constructor Summary
Constructors Constructor Description Aes256GcmEncryption(Array<byte> key, Array<byte> nonce, Array<byte> associatedData)
-
Method Summary
Modifier and Type Method Description voidencrypt(Array<byte> plaintext, int offset, int length)voidencrypt(Array<byte> plaintext)Array<byte>computeTag()-
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
-
-