KeyProvider class abstract
Shared secret key for frame encryption.
Constructors
Properties
Methods
- 
  dispose() → Future< void> 
- Dispose the key manager.
- 
  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.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited