PreKeySignalMessage class

Inheritance

Constructors

PreKeySignalMessage(Uint8List serialized)
PreKeySignalMessage.from(int _version, int registrationId, Optional<int> preKeyId, int signedPreKeyId, ECPublicKey baseKey, IdentityKey identityKey, SignalMessage message)

Properties

baseKey ECPublicKey
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identityKey IdentityKey
getter/setter pair
message SignalMessage
getter/setter pair
preKeyId ↔ Optional<int>
getter/setter pair
registrationId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialized Uint8List
getter/setter pair
signedPreKeyId int
getter/setter pair

Methods

getBaseKey() ECPublicKey
getIdentityKey() IdentityKey
getMessageVersion() int
getPreKeyId() → Optional<int>
getRegistrationId() int
getSignedPreKeyId() int
getType() int
override
getWhisperMessage() SignalMessage
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

Operators

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