refreshKeys

suspend fun refreshKeys(atTime: Instant = Clock.System.now()): Int

Refreshes certified keys.

Return

the number of certified keys that were newly certified / replenished.

Parameters

atTime

the current time.

Throws

CancellationException

if the coroutine is cancelled.