-
- All Implemented Interfaces:
-
com.appmattus.certificatetransparency.cache.DiskCache,com.appmattus.certificatetransparency.datasource.DataSource
public final class AndroidDiskCache implements DiskCacheA default log list and signature cache implementation for Android.
The private storage directory of the application is used to store the log list and its signature. Expiry is managed externally using the timestamp of the log-list.json file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAndroidDiskCache.Companion
-
Constructor Summary
Constructors Constructor Description AndroidDiskCache(Context context)
-