Searched refs:createClient (Results 1 – 3 of 3) sorted by relevance
143 client = createClient(); in run()172 private OkHttpClient createClient() { in createClient() method in Main
247 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null); in initCerts()280 CLIENT_2 = new TestKeyStore(createClient(rootCa2.keyStore), null, null); in initCerts()1038 public static KeyStore createClient(KeyStore caKeyStore) { in createClient() method in TestKeyStore
249 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null); in initCerts()282 CLIENT_2 = new TestKeyStore(createClient(rootCa2.keyStore), null, null); in initCerts()1041 public static KeyStore createClient(KeyStore caKeyStore) { in createClient() method in TestKeyStore