SessionKeys class

Represents a pair of shared keys. The shared secret key rx should be used by the client to receive data from the server, whereas tx should be used for data flowing in the opposite direction.

Constructors

SessionKeys({required Uint8List rx, required Uint8List tx})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rx Uint8List
final
tx Uint8List
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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