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.java443 private X509Certificate getCert(@NonNull String certUrl) { in getCert() argument
444 if (certUrl == null || !certUrl.toLowerCase(Locale.US).startsWith("https://")) { in getCert()
450 URL serverUrl = new URL(certUrl); in getCert()
463 Log.e(TAG, "The response code of the HTTPS GET to " + certUrl in getCert()
480 Log.v(TAG, "a certificate found in a HTTPS response from " + certUrl); in getCert()
491 "base64 encoding content in a HTTP response from " + certUrl); in getCert()
525 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()