MPICipherProvider 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
-
decode(
CipherEntity cipher, {Context? ctx}) → Future< Uint8List?> -
Decode
override
-
encode(
CipherEntity explain, {Context? ctx}) → Future< Uint8List?> -
Encode
override
-
ioc(
) → void -
override
-
keygen(
CipherKeygen keygen, {Context? ctx}) → Future< CipherKey?> -
Keygen
override
-
methods(
) → Map< String, Introspector> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recode(
CipherTxEntity cipher, {Context? ctx}) → Future< Uint8List?> -
Recode
override
-
regen(
CipherRegen keygen, {Context? ctx}) → Future< CipherKey?> -
Regen
override
-
suite(
CipherHello hello, {Context? ctx}) → Future< CipherSuite?> -
Suite
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited