Provided

data class Provided(val provider: DatabaseEncryptionKeyProvider) : MobileWalletDatabaseKey

Uses key material supplied by application code.

Constructors

Link copied to clipboard
constructor(provider: DatabaseEncryptionKeyProvider)

Properties

Link copied to clipboard
val provider: DatabaseEncryptionKeyProvider

Provider that returns SQLCipher key material for this wallet database.