trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
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