Searched refs:CTLogStoreImpl (Results 1 – 3 of 3) sorted by relevance
88 CTLogInfo[] knownLogs = CTLogStoreImpl.getDefaultFallbackLogs(); in test_getDefaultFallbackLogs()93 CTLogInfo log = CTLogStoreImpl.loadLog(new StringBufferInputStream(LOGS_SERIALIZED[0])); in test_loadLog()97 log = CTLogStoreImpl.loadLog(testFile); in test_loadLog()101 assertEquals(null, CTLogStoreImpl.loadLog(new StringBufferInputStream(""))); in test_loadLog()103 CTLogStoreImpl.loadLog(new StringBufferInputStream("randomgarbage")); in test_loadLog()105 } catch (CTLogStoreImpl.InvalidLogFileException e) {} in test_loadLog()108 CTLogStoreImpl.loadLog(new File("/nonexistent")); in test_loadLog()122 CTLogStore store = new CTLogStoreImpl(userDir, systemDir, fallback); in test_getKnownLog()161 store = new CTLogStoreImpl(doesntExist, doesntExist, fallback); in test_getKnownLog()
41 public class CTLogStoreImpl implements CTLogStore { class80 public CTLogStoreImpl() { in CTLogStoreImpl() method in CTLogStoreImpl86 public CTLogStoreImpl(File userLogDir, File systemLogDir, CTLogInfo[] fallbackLogs) { in CTLogStoreImpl() method in CTLogStoreImpl
74 import org.conscrypt.ct.CTLogStoreImpl;209 ctLogStore = new CTLogStoreImpl(); in TrustManagerImpl()