CrossSigned

@Serializable
@SerialName(value = "cross_signed")
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
constructor(verified: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard