trixnity-core
Toggle table of contents
4.22.0
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
EncryptedFile
/
JWK
/
JWK
JWK
constructor
(
key
:
String
,
keyType
:
String
=
"oct"
,
keyOperations
:
Set
<
String
>
=
setOf("encrypt", "decrypt")
,
algorithm
:
String
=
"A256CTR"
,
extractable
:
Boolean
=
true
)