CipherEconomy class abstract

Implementers
Annotations
  • @SPI(name: "mpi")

Constructors

CipherEconomy()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collect(CipherObject obj, {Context? ctx}) Future<int?>
Collect cipher objects with group. Asyncable can be invoked by multi times.
deposit(CipherObject rco, {Context? ctx}) Future<String?>
Deposit cipher object deposit
handshake(CipherHello hello, {Context? ctx}) Future<String?>
Handshake negotiate multiparty cipher keys.
invoke(Paging index, {Context? ctx}) Future<Uint8List?>
Invoke
keys(Paging idx, {Context? ctx}) Future<Page<Keys>?>
Keys key index
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objects(Paging index, {Context? ctx}) Future<Page<CipherObject>?>
Objects cipher object index
serve(String suite, {Context? ctx}) Future<String?>
Serve will Encrypt or Anonymize
toString() String
A string representation of this object.
inherited

Operators

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