trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.crosssigning
Package-level
declarations
Types
Types
Master
Key
Event
Content
Link copied to clipboard
@
Serializable
data
class
MasterKeyEventContent
(
val
encrypted
:
Map
<
String
,
JsonElement
>
)
:
SecretEventContent
Self
Signing
Key
Event
Content
Link copied to clipboard
@
Serializable
data
class
SelfSigningKeyEventContent
(
val
encrypted
:
Map
<
String
,
JsonElement
>
)
:
SecretEventContent
User
Signing
Key
Event
Content
Link copied to clipboard
@
Serializable
data
class
UserSigningKeyEventContent
(
val
encrypted
:
Map
<
String
,
JsonElement
>
)
:
SecretEventContent