CrossSigned

@Serializable
data class CrossSigned(val verified: Boolean) : KeySignatureTrustLevel

The key is cross signed. The cross signing key could be verified and so this key is. When set on master key, this means, that this key signs all devices.

Constructors

Link copied to clipboard
fun CrossSigned(verified: Boolean)

Properties

Link copied to clipboard