Uses of Interface
org.conscrypt.ct.LogStore
-
Packages that use LogStore Package Description org.conscrypt.ct org.conscrypt.metrics -
-
Uses of LogStore in org.conscrypt.ct
Fields in org.conscrypt.ct declared as LogStore Modifier and Type Field Description private LogStoreCertificateTransparency. logStoreprivate LogStoreVerifier. storeMethods in org.conscrypt.ct with parameters of type LogStore Modifier and Type Method Description booleanPolicy. isLogStoreCompliant(LogStore store)Constructors in org.conscrypt.ct with parameters of type LogStore Constructor Description CertificateTransparency(LogStore logStore, Policy policy, Verifier verifier, StatsLog statsLog)Verifier(LogStore store) -
Uses of LogStore in org.conscrypt.metrics
Methods in org.conscrypt.metrics with parameters of type LogStore Modifier and Type Method Description voidNoopStatsLog. reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidStatsLog. reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidStatsLogImpl. reportCTVerificationResult(LogStore store, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidNoopStatsLog. updateCTLogListStatusChanged(LogStore logStore)voidStatsLog. updateCTLogListStatusChanged(LogStore logStore)voidStatsLogImpl. updateCTLogListStatusChanged(LogStore logStore)
-