ServerHello class
Constructors
-
ServerHello({required int legacyVersion, required Uint8List random, required Uint8List sessionId, required int cipherSuite, required int compressionMethod, required Map<int, Uint8List> extensionsRaw, required int msgType, ParsedKeyShare? keyShareEntry, int? selectedVersion, Uint8List? rawBytes})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override