suite method
- @MPI(name: "_{mesh.name}.cipher.suite")
- CipherHello hello, {
- Context? ctx,
Suite
Implementation
@MPI(name: "_{mesh.name}.cipher.suite")
Future<CipherSuite?> suite(CipherHello hello, {Context? ctx}) {
throw UnimplementedError('suite() has not been implemented.');
}