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