trixnity-olm
3.0.0-beta3
common
olmLibrary
trixnity-olm
/
net.folivo.trixnity.olm
/
OlmPkDecryption
Olm
Pk
Decryption
common
olmLibrary
expect
class
OlmPkDecryption
:
WantsToBeFree
actual
class
OlmPkDecryption
:
WantsToBeFree
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
olmLibrary
expect
object
Companion
actual
object
Companion
Functions
decrypt
Link copied to clipboard
common
olmLibrary
expect
fun
decrypt
(
message
:
OlmPkMessage
)
:
String
actual
fun
decrypt
(
message
:
OlmPkMessage
)
:
String
free
Link copied to clipboard
common
olmLibrary
expect
open
override
fun
free
(
)
actual
open
override
fun
free
(
)
pickle
Link copied to clipboard
common
olmLibrary
expect
fun
pickle
(
key
:
String
)
:
String
actual
fun
pickle
(
key
:
String
)
:
String
Properties
private
Key
Link copied to clipboard
common
olmLibrary
expect
val
privateKey
:
String
actual
val
privateKey
:
String
public
Key
Link copied to clipboard
common
olmLibrary
expect
val
publicKey
:
String
actual
val
publicKey
:
String