VaultModule

@Module
abstract class VaultModule

Hilt bindings for encrypted key blob storage.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Binds
@Singleton
abstract fun bindKeyBlobStore(impl: EncryptedBlobStore): KeyBlobStore

Binds EncryptedBlobStore as the app-wide KeyBlobStore implementation.