HdosKeyDownloader

@Singleton
class HdosKeyDownloader @Inject constructor(client: HttpClient) : KeyDownloader

Constructors

Link copied to clipboard
@Inject
constructor(client: HttpClient)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun download(url: String): Sequence<SymmetricKey>
Link copied to clipboard
open suspend override fun getMissingUrls(seenUrls: Set<String>): Set<String>