MobileWalletDatabaseKey

sealed interface MobileWalletDatabaseKey

Selects who owns the encrypted wallet database key.

Inheritors

Types

Link copied to clipboard

Uses platform-protected storage to create, load, and delete the database key.

Link copied to clipboard
data class Provided(val provider: DatabaseEncryptionKeyProvider) : MobileWalletDatabaseKey

Uses key material supplied by application code.