Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for platformTrustManager (0.1 sec)

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

          this.certificatePinner =
            builder.certificatePinner
              .withCertificateChainCleaner(certificateChainCleaner!!)
        } else {
          this.x509TrustManager = Platform.get().platformTrustManager()
          this.sslSocketFactoryOrNull = Platform.get().newSslSocketFactory(x509TrustManager!!)
          this.certificateChainCleaner = CertificateChainCleaner.get(x509TrustManager!!)
          this.certificatePinner =
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
Back to top