Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for checkServerTrusted (0.06 seconds)

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

  1. okhttp/src/jvmTest/kotlin/okhttp3/InterceptorOverridesTest.kt

            object : X509TrustManager {
              override fun checkClientTrusted(
                x509Certificates: Array<X509Certificate>,
                s: String,
              ) {
              }
    
              override fun checkServerTrusted(
                x509Certificates: Array<X509Certificate>,
                s: String,
              ) {
              }
    
              override fun getAcceptedIssuers(): Array<X509Certificate> = arrayOf()
            }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 11 02:37:00 GMT 2026
    - 28.8K bytes
    - Click Count (0)
Back to Top