NoiseInfo

Information about a noise connection.

Contains the TCPConnection as well as the NoiseStream. The NoiseStream can be queried for the public key of the remote end using the remoteKey property. This can be used to implement public key based authentication.

Members

Variables

conn
TCPConnection conn;
Undocumented in source.
stream
NoiseStream stream;
Undocumented in source.

Meta