NodeSecurityIndicator

Which security indicator a surface shows beside a node's name (design#149).

2.8 nodes show verification state instead of the PKI lock, older and unversioned ones keep the locks, and a mismatch shows at any version. Every surface goes through of so they cannot drift apart.

Entries

Link copied to clipboard

The node's latest key does not match the stored one. Outranks every other state, at any version.

Link copied to clipboard

The user verified this node's key in person, or it is the connected radio itself.

Link copied to clipboard

The radio verified this node's XEdDSA-signed broadcast. Every 2.8 node signs, so it is that firmware's baseline.

Link copied to clipboard

Pre-2.8 or unknown firmware: a public key is on file and matches.

Link copied to clipboard

Pre-2.8 or unknown firmware: no public key on file. Not a channel-key fallback, the send is refused (#145).

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.