Home
last modified time | relevance | path

Searched refs:ctLogStore (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java181 ConscryptCertStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore, in TrustManagerImpl() argument
217 if (ctLogStore == null) { in TrustManagerImpl()
218 ctLogStore = Platform.newDefaultLogStore(); in TrustManagerImpl()
222 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()
235 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()
/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java175 ConscryptCertStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore, in TrustManagerImpl() argument
211 if (ctLogStore == null) { in TrustManagerImpl()
212 ctLogStore = Platform.newDefaultLogStore(); in TrustManagerImpl()
216 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()
229 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()