Home
last modified time | relevance | path

Searched refs:clientPrivateKeyFilePath (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldClientTls.java48 String clientPrivateKeyFilePath) throws SSLException { in buildSslContext() argument
53 if (clientCertChainFilePath != null && clientPrivateKeyFilePath != null) { in buildSslContext()
54 … builder.keyManager(new File(clientCertChainFilePath), new File(clientPrivateKeyFilePath)); in buildSslContext()
/external/grpc-grpc-java/examples/
DREADME.md50 …entTls host port [trustCertCollectionFilePath] [clientCertChainFilePath] [clientPrivateKeyFilePath]
51clientPrivateKeyFilePath are only needed if mutual auth is desired. And if you specify clientCertC…