trixnity-olm
3.0.0-beta3
common
trixnity-olm
/
net.folivo.trixnity.olm
/
OlmPkMessage
Olm
Pk
Message
data
class
OlmPkMessage
(
val
cipherText
:
String
,
val
mac
:
String
,
val
ephemeralKey
:
String
)
Constructors
Properties
Constructors
Olm
Pk
Message
Link copied to clipboard
fun
OlmPkMessage
(
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