CoreCrypto
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
CoreCrypto
CoreCrypto
/
com.wire.crypto
/
DatabaseKey
Database
Key
open
class
DatabaseKey
:
Disposable
,
AutoCloseable
,
DatabaseKeyInterface
(
source
)
The key used to encrypt the database.
Members
Constructors
Database
Key
Link copied to clipboard
constructor
(
key
:
ByteArray
)
Construct a new instance from a byte vector.
Functions
close
Link copied to clipboard
@
Synchronized
open
override
fun
close
(
)
destroy
Link copied to clipboard
open
override
fun
destroy
(
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean