OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certUrl
(Results
1 - 2
of
2
) sorted by null
/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
...]
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java
212
private static final String NODE_CERT_URL = "
CertURL
";
[
all
...]
Completed in 168 milliseconds