Searched refs:logStore (Results 1 – 7 of 7) sorted by relevance
26 private final CTLogStore logStore; field in CTPolicyImpl29 public CTPolicyImpl(CTLogStore logStore, int minimumLogCount) { in CTPolicyImpl() argument30 this.logStore = logStore; in CTPolicyImpl()39 CTLogInfo log = logStore.getKnownLog(verifiedSCT.sct.getLogID()); in doesResultConformToPolicy()
30 private final CTLogStore logStore; field in CTPolicyImpl33 public CTPolicyImpl(CTLogStore logStore, int minimumLogCount) { in CTPolicyImpl() argument34 this.logStore = logStore; in CTPolicyImpl()43 CTLogInfo log = logStore.getKnownLog(verifiedSCT.sct.getLogID()); in doesResultConformToPolicy()
524 static CTPolicy newDefaultPolicy(CTLogStore logStore) { in newDefaultPolicy() argument525 return new CTPolicyImpl(logStore, 2); in newDefaultPolicy()
525 static CTPolicy newDefaultPolicy(CTLogStore logStore) { in newDefaultPolicy() argument526 return new CTPolicyImpl(logStore, 2); in newDefaultPolicy()
729 static CTPolicy newDefaultPolicy(CTLogStore logStore) { in newDefaultPolicy() argument
728 static CTPolicy newDefaultPolicy(CTLogStore logStore) { in newDefaultPolicy() argument
1019 static CTPolicy newDefaultPolicy(CTLogStore logStore) { in newDefaultPolicy() argument