Home
last modified time | relevance | path

Searched refs:ctPolicy (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java140 private CTPolicy ctPolicy; field in TrustManagerImpl
174 CTVerifier ctVerifier, CTPolicy ctPolicy) { in TrustManagerImpl() argument
213 if (ctPolicy == null) { in TrustManagerImpl()
214 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()
228 this.ctPolicy = ctPolicy; in TrustManagerImpl()
731 if (!ctPolicy.doesResultConformToPolicy(result, host, in checkCT()
1020 this.ctPolicy = policy; in setCTPolicy()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java142 private CTPolicy ctPolicy; field in TrustManagerImpl
179 CTPolicy ctPolicy) { in TrustManagerImpl() argument
218 if (ctPolicy == null) { in TrustManagerImpl()
219 ctPolicy = Platform.newDefaultPolicy(ctLogStore); in TrustManagerImpl()
233 this.ctPolicy = ctPolicy; in TrustManagerImpl()
745 if (!ctPolicy.doesResultConformToPolicy(result, host, in checkCT()
1034 this.ctPolicy = policy; in setCTPolicy()
/external/conscrypt/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt251 Lcom/android/org/conscrypt/TrustManagerImpl;->ctPolicy:Lcom/android/org/conscrypt/ct/CTPolicy;