Searched refs:certChainFile (Results 1 – 5 of 5) sorted by relevance
119 File certChainFile) throws Exception {124 new BufferedInputStream(new FileInputStream(certChainFile)));
189 File certChainFile) throws Exception { in newSslSocketFactoryForCa() argument194 new BufferedInputStream(new FileInputStream(certChainFile))); in newSslSocketFactoryForCa()
73 # Generates server.crt which is the certChainFile for the server
275 .useTransportSecurity(certChainFile, privateKeyFile)291 .sslContext(GrpcSslContexts.forServer(certChainFile, privateKeyFile)
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...