Searched refs:useTestCa (Results 1 – 5 of 5) sorted by relevance
48 private boolean useTestCa; field in InteropInstrumentationTest65 useTestCa = in setUp()122 if (useTestCa) { in runTest()
83 private boolean useTestCa; field in TestServiceClient128 useTestCa = Boolean.parseBoolean(value); in parseArgs()172 + "\n to have effect. Default " + c.useTestCa in parseArgs()362 if (useTestCa) { in createChannel()391 SSLSocketFactory factory = useTestCa in createChannel()
104 private boolean useTestCa = false; field in StressTestClient154 useTestCa = Boolean.parseBoolean(value); in parseArgs()194 + "\n to have effect. Default: " + c.useTestCa in parseArgs()343 if (useTestCa) { in createChannel()632 boolean useTestCa() { in useTestCa() method in StressTestClient633 return useTestCa; in useTestCa()
24 useTestCa = flag.Bool("use_test_ca", false, "Unused") var36 UseTestCa: *useTestCa,
98 assertTrue(client.useTestCa()); in allCommandlineSwitchesAreSupported()