HomeSort by relevance Sort by last modified time
    Searched full:keystorefile (Results 1 - 6 of 6) sorted by null

  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 107 String keystoreFile = args[0];
112 SSLContext sslContext = sslContext(keystoreFile, password);
117 private static SSLContext sslContext(String keystoreFile, String password)
120 InputStream in = new FileInputStream(keystoreFile);
  /external/nist-sip/java/gov/nist/core/net/
SslNetworkLayer.java 66 String keyStoreFile,
79 keyStore.load(new FileInputStream(keyStoreFile), keyStorePassword);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 56 * $ keytool -exportcert -keystore <keystorefile> -alias android.keystore \
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 683 String keyStoreFile = configurationPropertie
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 724 File keyStoreFile = new File(keyStore);
725 FileInputStream fis = new FileInputStream(keyStoreFile);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java     [all...]

Completed in 434 milliseconds