SignalMessage class

Inheritance

Constructors

SignalMessage(int messageVersion, Uint8List macKey, ECPublicKey senderRatchetKey, int counter, int previousCounter, Uint8List ciphertext, IdentityKey senderIdentityKey, IdentityKey? receiverIdentityKey)
SignalMessage.fromSerialized(Uint8List serialized)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBody() Uint8List
getCounter() int
getMessageVersion() int
getSenderRatchetKey() ECPublicKey
getType() int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Uint8List
override
toString() String
A string representation of this object.
inherited
verifyMac(IdentityKey senderIdentityKey, IdentityKey receiverIdentityKey, Uint8List macKey) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

macLength → const int