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-crypto-driver-libolm
/
de.connect2x.trixnity.crypto.driver.libolm.olm
/
LibOlmAccount
/
OneTimeKeyGenerationResult
One
Time
Key
Generation
Result
data
class
OneTimeKeyGenerationResult
(
val
created
:
List
<
LibOlmCurve25519PublicKey
>
,
val
removed
:
List
<
LibOlmCurve25519PublicKey
>
)
:
Account.OneTimeKeyGenerationResult
Members
Constructors
One
Time
Key
Generation
Result
Link copied to clipboard
constructor
(
created
:
List
<
LibOlmCurve25519PublicKey
>
,
removed
:
List
<
LibOlmCurve25519PublicKey
>
)
Properties
created
Link copied to clipboard
open
override
val
created
:
List
<
LibOlmCurve25519PublicKey
>
removed
Link copied to clipboard
open
override
val
removed
:
List
<
LibOlmCurve25519PublicKey
>