KeySearchViewModel
class KeySearchViewModel @Inject constructor(keyserverClient: KeyserverClient, keyRepository: KeyRepository, settingsRepository: SettingsRepository) : ViewModel
ViewModel that performs keyserver lookups and imports the fetched public key into the local repository.
Constructors
Link copied to clipboard
@Inject