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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java716 private static String getKeyStoreFileName() { method in class:HttpsURLConnectionTest
725 String keyStore = getKeyStoreFileName();
763 System.setProperty("javax.net.ssl.keyStore", getKeyStoreFileName());
767 System.setProperty("javax.net.ssl.trustStore", getKeyStoreFileName());

Completed in 46 milliseconds