Searched refs:ctLogStore (Results 1 – 2 of 2) sorted by relevance
173 … ConscryptCertStore certStore, CertBlocklist blocklist, CTLogStore ctLogStore, in TrustManagerImpl() argument209 if (ctLogStore == null) { in TrustManagerImpl()210 ctLogStore = Platform.newDefaultLogStore(); in TrustManagerImpl()214 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()227 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()
178 CertBlocklist blocklist, CTLogStore ctLogStore, CTVerifier ctVerifier, in TrustManagerImpl() argument214 if (ctLogStore == null) { in TrustManagerImpl()215 ctLogStore = Platform.newDefaultLogStore(); in TrustManagerImpl()219 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()232 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()