MCPcopy Create free account
hub / github.com/grpc/grpc-java / loadConscrypt

Method loadConscrypt

netty/src/test/java/io/grpc/netty/TlsTest.java:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 private SslContextBuilder clientContextBuilder;
93
94 @BeforeClass
95 public static void loadConscrypt() {
96 TestUtils.installConscryptIfAvailable();
97 }
98
99 @Before
100 public void setUp() throws NoSuchAlgorithmException {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected