MessageEncorder class
Constructors
- MessageEncorder(KeyPair keyPair)
Properties
Methods
-
encode(
PublicKey recipientPublicKey, Uint8List message) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryDecode(
PublicKey recipientPublicKey, Uint8List encodedMessage) → Map< String, dynamic> -
tryDecodeDeprecated(
PublicKey recipientPublicKey, Uint8List encodedMessage) → Map< String, dynamic>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
toPlainMessage(
String message) → Uint8List