KeyProvider class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- keyProvider → KeyProvider
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
exportKey(
String participantId, int? keyIndex) → Future< Uint8List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ratchetKey(
String participantId, int? keyIndex) → Future< Uint8List> -
setKey(
String key, {String? participantId, int? keyIndex}) → Future< void> -
setSifTrailer(
Uint8List trailer) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited