Class SenderKeyRecord
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class SenderKeyRecord extends NativeHandleGuard.SimpleOwner
A durable representation of a set of SenderKeyStates for a specific (senderName, deviceId, distributionId) tuple.
Moxie Marlinspike
-
-
Constructor Summary
Constructors Constructor Description SenderKeyRecord(long nativeHandle)SenderKeyRecord(Array<byte> serialized)
-
Method Summary
-
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
-
-