trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-libolm
/
de.connect2x.trixnity.libolm
/
OlmPkMessage
Olm
Pk
Message
data
class
OlmPkMessage
(
val
cipherText
:
String
,
val
mac
:
String
,
val
ephemeralKey
:
String
)
Members
Constructors
Olm
Pk
Message
Link copied to clipboard
constructor
(
cipherText
:
String
,
mac
:
String
,
ephemeralKey
:
String
)
Properties
cipher
Text
Link copied to clipboard
val
cipherText
:
String
ephemeral
Key
Link copied to clipboard
val
ephemeralKey
:
String
mac
Link copied to clipboard
val
mac
:
String