MPICipherEconomy class
- Implemented types
Constructors
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.
override
-
deposit(
CipherObject rco, {Context? ctx}) → Future< String?> -
Deposit cipher object deposit
override
-
handshake(
CipherHello hello, {Context? ctx}) → Future< String?> -
Handshake negotiate multiparty cipher keys.
override
-
invoke(
Paging index, {Context? ctx}) → Future< Uint8List?> -
Invoke
override
-
ioc(
) → void -
override
-
keys(
Paging idx, {Context? ctx}) → Future< Page< Keys> ?> -
Keys key index
override
-
methods(
) → Map< String, Introspector> -
override
-
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
override
-
serve(
String suite, {Context? ctx}) → Future< String?> -
Serve will Encrypt or Anonymize
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited