UniEncryptedMsg class

Inheritance

Constructors

UniEncryptedMsg({required Uint8List ciphertext, required Uint8List iv, required X3DHKey x3dhKey})
UniEncryptedMsg.fromJson(Map<String, dynamic> json)
factory

Properties

ciphertext Uint8List
finalinherited
hashCode int
The hash code for this object.
no setterinherited
iv Uint8List
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x3dhKey X3DHKey
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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