AndroidDiskCache
Android disk cache for the CT log list backed by the app's cache directory.
This is a convenience wrapper that uses Android Context to determine the cache directory, delegating to AndroidDiskLogListCache from seal-core.
Usage:
val cache = AndroidDiskCache(context)
val config = ctConfiguration {
logListCache = cache
}Content copied to clipboard