Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withCertificateChainCleaner (0.09 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

          this.certificateChainCleaner = builder.certificateChainCleaner!!
          this.x509TrustManager = builder.x509TrustManagerOrNull!!
          this.certificatePinner =
            builder.certificatePinner
              .withCertificateChainCleaner(certificateChainCleaner!!)
        } else {
          this.x509TrustManager = Platform.get().platformTrustManager()
          this.sslSocketFactoryOrNull = Platform.get().newSslSocketFactory(x509TrustManager!!)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 51.7K bytes
    - Viewed (0)
Back to top