Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java469 private X509Certificate getCert(@NonNull String certUrl) { in getCert() argument
470 if (certUrl == null || !certUrl.toLowerCase(Locale.US).startsWith("https://")) { in getCert()
476 URL serverUrl = new URL(certUrl); in getCert()
489 Log.e(TAG, "The response code of the HTTPS GET to " + certUrl in getCert()
506 Log.v(TAG, "a certificate found in a HTTPS response from " + certUrl); in getCert()
517 "base64 encoding content in a HTTP response from " + certUrl); in getCert()
551 Log.e(TAG, "Failed to get the data from " + certUrl + ": " + e); in getCert()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1411 String certUrl = null; in parseTrustRoot() local
1416 certUrl = getPpsNodeValue(child); in parseTrustRoot()
1426 return Pair.create(certUrl, certFingerprint); in parseTrustRoot()