trixnity-olm
3.7.0-beta1
common
olmLibrary
trixnity-olm
/
net.folivo.trixnity.olm
/
OlmAccount
Olm
Account
common
olmLibrary
expect
class
OlmAccount
:
WantsToBeFree
actual
class
OlmAccount
:
WantsToBeFree
Members
Types
Companion
Link copied to clipboard
common
olmLibrary
expect
object
Companion
actual
object
Companion
Properties
identity
Keys
Link copied to clipboard
common
olmLibrary
expect
val
identityKeys
:
OlmIdentityKeys
actual
val
identityKeys
:
OlmIdentityKeys
max
Number
Of
One
Time
Keys
Link copied to clipboard
common
olmLibrary
expect
val
maxNumberOfOneTimeKeys
:
Long
actual
val
maxNumberOfOneTimeKeys
:
Long
one
Time
Keys
Link copied to clipboard
common
olmLibrary
expect
val
oneTimeKeys
:
OlmOneTimeKeys
actual
val
oneTimeKeys
:
OlmOneTimeKeys
unpublished
Fallback
Key
Link copied to clipboard
common
olmLibrary
expect
val
unpublishedFallbackKey
:
OlmOneTimeKeys
actual
val
unpublishedFallbackKey
:
OlmOneTimeKeys
Functions
forget
Old
Fallback
Key
Link copied to clipboard
common
olmLibrary
expect
fun
forgetOldFallbackKey
(
)
actual
fun
forgetOldFallbackKey
(
)
free
Link copied to clipboard
common
olmLibrary
expect
open
override
fun
free
(
)
actual
open
override
fun
free
(
)
generate
Fallback
Key
Link copied to clipboard
common
olmLibrary
expect
fun
generateFallbackKey
(
)
actual
fun
generateFallbackKey
(
)
generate
One
Time
Keys
Link copied to clipboard
common
olmLibrary
expect
fun
generateOneTimeKeys
(
numberOfKeys
:
Long
)
actual
fun
generateOneTimeKeys
(
numberOfKeys
:
Long
)
mark
Keys
As
Published
Link copied to clipboard
common
olmLibrary
expect
fun
markKeysAsPublished
(
)
actual
fun
markKeysAsPublished
(
)
pickle
Link copied to clipboard
common
olmLibrary
expect
fun
pickle
(
key
:
String
)
:
String
actual
fun
pickle
(
key
:
String
)
:
String
remove
One
Time
Keys
Link copied to clipboard
common
olmLibrary
expect
fun
removeOneTimeKeys
(
session
:
OlmSession
)
actual
fun
removeOneTimeKeys
(
session
:
OlmSession
)
sign
Link copied to clipboard
common
olmLibrary
expect
fun
sign
(
message
:
String
)
:
String
actual
fun
sign
(
message
:
String
)
:
String