CipherProvider class abstract

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

Constructors

CipherProvider()

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
encode(CipherEntity explain, {Context? ctx}) Future<Uint8List?>
Encode
keygen(CipherKeygen keygen, {Context? ctx}) Future<CipherKey?>
Keygen
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recode(CipherTxEntity cipher, {Context? ctx}) Future<Uint8List?>
Recode
regen(CipherRegen keygen, {Context? ctx}) Future<CipherKey?>
Regen
suite(CipherHello hello, {Context? ctx}) Future<CipherSuite?>
Suite
toString() String
A string representation of this object.
inherited

Operators

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