Home
last modified time | relevance | path

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

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldServerTls.java47 private final String trustCertCollectionFilePath; field in HelloWorldServerTls
53 String trustCertCollectionFilePath) { in HelloWorldServerTls()
DHelloWorldClientTls.java46 private static SslContext buildSslContext(String trustCertCollectionFilePath, in buildSslContext()