Home
last modified time | relevance | path

Searched defs:serverPrivateKeyFile (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java160 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in basicClientServerIntegrationTest() local
194 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in serverRejectsUntrustedClientCert() local
240 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in noClientAuthFailure() local
281 File serverPrivateKeyFile = TestUtils.loadCert("badserver.key"); in clientRejectsUntrustedServerCert() local
319 File serverPrivateKeyFile, X509Certificate[] serverTrustedCaCerts) throws IOException { in serverBuilder()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DConcurrencyTest.java191 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in newServer() local