WalletBridgeDatabaseEncryptionKey

data class WalletBridgeDatabaseEncryptionKey(val keyId: String, val material: ByteArray)

Database key material returned by a Swift-owned database key provider.

Constructors

Link copied to clipboard
constructor(keyId: String, material: ByteArray)

Properties

Link copied to clipboard

Stable identifier for the database key.

Link copied to clipboard

Raw SQLCipher key material.