- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for withCertificateChainCleaner (0.2 sec)
-
okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt
*/ fun findMatchingPins(hostname: String): List<Pin> = pins.filterList { matchesHostname(hostname) } /** Returns a certificate pinner that uses `certificateChainCleaner`. */ internal fun withCertificateChainCleaner(certificateChainCleaner: CertificateChainCleaner): CertificatePinner { return if (this.certificateChainCleaner == certificateChainCleaner) { this } else {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 14.2K bytes - Viewed (0)