Home
last modified time | relevance | path

Searched refs:certUrl (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java412 private X509Certificate getCert(@NonNull String certUrl) { in getCert() argument
413 if (certUrl == null || !certUrl.toLowerCase(Locale.US).startsWith("https://")) { in getCert()
419 URL serverUrl = new URL(certUrl); in getCert()
432 Log.e(TAG, "The response code of the HTTPS GET to " + certUrl in getCert()
449 Log.v(TAG, "a certificate found in a HTTPS response from " + certUrl); in getCert()
460 "base64 encoding content in a HTTP response from " + certUrl); in getCert()
494 Log.e(TAG, "Failed to get the data from " + certUrl + ": " + e); in getCert()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1361 String certUrl = null; in parseTrustRoot() local
1366 certUrl = getPpsNodeValue(child); in parseTrustRoot()
1376 return Pair.create(certUrl, certFingerprint); in parseTrustRoot()