Class SenderKeyDistributionMessage
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class SenderKeyDistributionMessage extends NativeHandleGuard.SimpleOwner
-
-
Constructor Summary
Constructors Constructor Description SenderKeyDistributionMessage(long nativeHandle)SenderKeyDistributionMessage(Array<byte> serialized)
-
Method Summary
Modifier and Type Method Description Array<byte>serialize()UUIDgetDistributionId()intgetIteration()Array<byte>getChainKey()ECPublicKeygetSignatureKey()intgetChainId()-
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
-
SenderKeyDistributionMessage
SenderKeyDistributionMessage(long nativeHandle)
-
SenderKeyDistributionMessage
SenderKeyDistributionMessage(Array<byte> serialized)
-
-
Method Detail
-
getDistributionId
UUID getDistributionId()
-
getIteration
int getIteration()
-
getChainKey
Array<byte> getChainKey()
-
getSignatureKey
ECPublicKey getSignatureKey()
-
getChainId
int getChainId()
-
-
-
-