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.

    Author:

    Moxie Marlinspike

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<byte> serialize()
      • 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

      • SenderKeyRecord

        SenderKeyRecord(long nativeHandle)
      • SenderKeyRecord

        SenderKeyRecord(Array<byte> serialized)