Searched refs:clientPrivateKeyFilePath (Results 1 – 2 of 2) sorted by relevance
48 String clientPrivateKeyFilePath) throws SSLException { in buildSslContext() argument53 if (clientCertChainFilePath != null && clientPrivateKeyFilePath != null) { in buildSslContext()54 … builder.keyManager(new File(clientCertChainFilePath), new File(clientPrivateKeyFilePath)); in buildSslContext()
50 …entTls host port [trustCertCollectionFilePath] [clientCertChainFilePath] [clientPrivateKeyFilePath]51 …clientPrivateKeyFilePath are only needed if mutual auth is desired. And if you specify clientCertC…