Searched refs: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.java661 private static String getKeyStoreFileName() { method in class:HttpsURLConnectionTest
670 String keyStore = getKeyStoreFileName();
708 System.setProperty("javax.net.ssl.keyStore", getKeyStoreFileName());
712 System.setProperty("javax.net.ssl.trustStore", getKeyStoreFileName());

Completed in 34 milliseconds