Searched refs:serverPrivateKeyFile (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | TlsTest.java | 160 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in basicClientServerIntegrationTest() local 164 server = serverBuilder(0, serverCertFile, serverPrivateKeyFile, serverTrustedCaCerts) in basicClientServerIntegrationTest() 194 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in serverRejectsUntrustedClientCert() local 198 server = serverBuilder(0, serverCertFile, serverPrivateKeyFile, serverTrustedCaCerts) in serverRejectsUntrustedClientCert() 240 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in noClientAuthFailure() local 244 server = serverBuilder(0, serverCertFile, serverPrivateKeyFile, serverTrustedCaCerts) in noClientAuthFailure() 281 File serverPrivateKeyFile = TestUtils.loadCert("badserver.key"); in clientRejectsUntrustedServerCert() local 285 server = serverBuilder(0, serverCertFile, serverPrivateKeyFile, serverTrustedCaCerts) in clientRejectsUntrustedServerCert() 319 File serverPrivateKeyFile, X509Certificate[] serverTrustedCaCerts) throws IOException { in serverBuilder() argument 321 = SslContextBuilder.forServer(serverCertChainFile, serverPrivateKeyFile); in serverBuilder()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | ConcurrencyTest.java | 191 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in newServer() local 197 GrpcSslContexts.forServer(serverCertChainFile, serverPrivateKeyFile) in newServer()
|