kalium
js
cryptography
/
com.wire.kalium.cryptography.externals
/
CryptoboxCRUDStore
Cryptobox
CRUDStore
js
open
external
class
CryptoboxCRUDStore
(
engine
:
CRUDEngineBaseCollection
)
:
PreKeyStore
Members
Constructors
Cryptobox
CRUDStore
Link copied to clipboard
js
constructor
(
engine
:
CRUDEngineBaseCollection
)
Types
Companion
Link copied to clipboard
js
object
Companion
Properties
engine
Link copied to clipboard
js
open
var
engine
:
Any
from_store
Link copied to clipboard
js
open
var
from_store
:
Any
to_store
Link copied to clipboard
js
open
var
to_store
:
Any
Functions
delete_all
Link copied to clipboard
js
open
fun
delete_all
(
)
:
<Error class: unknown class>
<
Boolean
>
delete_prekey
Link copied to clipboard
js
open
override
fun
delete_prekey
(
prekeyId
:
Number
)
:
<Error class: unknown class>
<
Number
>
load_identity
Link copied to clipboard
js
open
fun
load_identity
(
)
:
<Error class: unknown class>
<
IdentityKeyPair
?
>
load_prekey
Link copied to clipboard
js
open
override
fun
load_prekey
(
prekeyId
:
Number
)
:
<Error class: unknown class>
<
PreKey
?
>
load_prekeys
Link copied to clipboard
js
open
fun
load_prekeys
(
)
:
<Error class: unknown class>
<
Array
<
PreKey
>
>
save_identity
Link copied to clipboard
js
open
fun
save_identity
(
identity
:
IdentityKeyPair
)
:
<Error class: unknown class>
<
IdentityKeyPair
>
save_prekey
Link copied to clipboard
js
open
fun
save_prekey
(
preKey
:
PreKey
)
:
<Error class: unknown class>
<
PreKey
>
save_prekeys
Link copied to clipboard
js
open
fun
save_prekeys
(
preKeys
:
Array
<
PreKey
>
)
:
<Error class: unknown class>
<
Array
<
PreKey
>
>