- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for allSubjectAltNames (0.67 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/tls/OkHostnameVerifier.kt
) { return false // Asterisk is matching across domain name labels -- not permitted. } // Hostname matches pattern. return true } fun allSubjectAltNames(certificate: X509Certificate): List<String> { val altIpaNames = getSubjectAltNames(certificate, ALT_IPA_NAME) val altDnsNames = getSubjectAltNames(certificate, ALT_DNS_NAME) return altIpaNames + altDnsNames
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 7.6K bytes - Viewed (0)