Home
last modified time | relevance | path

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

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldServerTls.java46 private final String privateKeyFilePath; field in HelloWorldServerTls
52 String privateKeyFilePath, in HelloWorldServerTls() argument
57 this.privateKeyFilePath = privateKeyFilePath; in HelloWorldServerTls()
63 new File(privateKeyFilePath)); in getSslContextBuilder()
/external/grpc-grpc-java/examples/
DREADME.md43 USAGE: HelloWorldServerTls host port certChainFilePath privateKeyFilePath [trustCertCollectionFileP…