Searched defs:keyAndTrustStoreClasspathPath (Results 1 - 1 of 1) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1736 public static SSLServerSocketFactory makeSSLSocketFactory(String keyAndTrustStoreClasspathPath, char[] passphrase) throws IOException { argument
1739 InputStream keystoreStream = NanoHTTPD.class.getResourceAsStream(keyAndTrustStoreClasspathPath);

Completed in 60 milliseconds