Searched defs:keystoreFile (Results 1 – 2 of 2) sorted by relevance
65 addHttpsConnector(keystoreFile, Jetty); in addHttpsConnector() argument154 private static void addHttpsConnector(File keystoreFile, Server server) { in addHttpsConnector()176 …private static void setupDefaultTrust(File keystoreFile) throws KeyStoreException, IOException, No… in setupDefaultTrust()
109 String keystoreFile = args[0]; in main() local119 private static SSLContext sslContext(String keystoreFile, String password) in sslContext()