HomeSort by relevance Sort by last modified time
    Searched refs:certUrl (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java 89 URL certUrl = new URL(BASE_URL + CERTIFICATE_URLS[i]);
91 InputStream is = certUrl.openStream();
94 + certUrl.toExternalForm()
100 + certUrl.toExternalForm() + "\": " + e.getMessage());
111 URL certUrl = new URL(BASE_URL + CRL_URLS[i]);
113 InputStream is = certUrl.openStream();
115 assertNotNull("The CRL in \"" + certUrl.toExternalForm()
121 + certUrl.toExternalForm() + "\": " + e.getMessage());
132 URL certUrl = new URL(BASE_URL + CRLCOLLECTION_URLS[i]);
134 InputStream is = certUrl.openStream()
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java 92 URL certUrl = new URL(BASE_URL + CERTIFICATE_URLS[i]);
94 InputStream is = certUrl.openStream();
97 + certUrl.toExternalForm()
103 + certUrl.toExternalForm() + "\": " + e.getMessage());
114 URL certUrl = new URL(BASE_URL + CRL_URLS[i]);
116 InputStream is = certUrl.openStream();
118 assertNotNull("The CRL in \"" + certUrl.toExternalForm()
124 + certUrl.toExternalForm() + "\": " + e.getMessage());
135 URL certUrl = new URL(BASE_URL + CRLCOLLECTION_URLS[i]);
137 InputStream is = certUrl.openStream()
    [all...]

Completed in 2461 milliseconds