Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setSupportedCipherSuites (0.13 sec)

  1. okhttp/src/test/java/okhttp3/CipherSuiteTest.kt

          this.enabledProtocols = protocols
        }
    
        override fun getSupportedCipherSuites(): Array<String> {
          return supportedCipherSuites
        }
    
        fun setSupportedCipherSuites(supportedCipherSuites: Array<String>) {
          this.supportedCipherSuites = supportedCipherSuites
        }
    
        override fun getEnabledCipherSuites(): Array<String> {
          return enabledCipherSuites
        }
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top