JsonKeyDownloader

abstract class JsonKeyDownloader(val source: KeySource, client: HttpClient, jsonKeyReader: JsonKeyReader) : KeyDownloader

Inheritors

Constructors

Link copied to clipboard
constructor(source: KeySource, client: HttpClient, jsonKeyReader: JsonKeyReader)

Properties

Link copied to clipboard

Functions

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