ChannelIdentity

data class ChannelIdentity(val name: String, val psk: ByteString)(source)

Semantic channel identity based on the effective name and effective PSK.

Constructors

Link copied to clipboard
constructor(name: String, psk: ByteString)

Properties

Link copied to clipboard
Link copied to clipboard
val psk: ByteString

Functions

Link copied to clipboard
open override fun toString(): String