Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for provideTrustManager (0.2 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

                  System.err.println("Warning: Conscrypt not available")
                }
    
                val provider =
                  Conscrypt
                    .newProviderBuilder()
                    .provideTrustManager(true)
                    .build()
                Security.insertProviderAt(provider, 1)
              }
            } else if (platformSystemProperty == JDK8_ALPN_PROPERTY) {
              if (!isAlpnBootEnabled()) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 15.5K bytes
    - Click Count (1)
Back to Top