KeyProvider class abstract
Shared secret key for frame encryption.
Constructors
Properties
Methods
-
dispose(
) → Future< void> - Dispose the key manager.
-
exportKey(
{required String participantId, required int index}) → Future< Uint8List> - Export the key at the given index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ratchetKey(
{required String participantId, required int index}) → Future< Uint8List> - ratchet the key at the given index.
-
setKey(
{required String participantId, required int index, required Uint8List key}) → Future< bool> - Set the raw key at the given index.
-
setSifTrailer(
{required Uint8List trailer}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited