Searched refs:certUrl (Results 1 – 2 of 2) sorted by relevance
443 private X509Certificate getCert(@NonNull String certUrl) { in getCert() argument444 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()
1361 String certUrl = null; in parseTrustRoot() local1366 certUrl = getPpsNodeValue(child); in parseTrustRoot()1376 return Pair.create(certUrl, certFingerprint); in parseTrustRoot()