KeyDownloader

abstract class KeyDownloader(val source: KeySource)

Inheritors

Constructors

Link copied to clipboard
constructor(source: KeySource)

Properties

Link copied to clipboard

Functions

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