Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSupportedCipherSuites (0.09 seconds)

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

        override fun getEnabledProtocols(): Array<String> = enabledProtocols
    
        override fun setEnabledProtocols(protocols: Array<String>) {
          this.enabledProtocols = protocols
        }
    
        override fun getSupportedCipherSuites(): Array<String> = supportedCipherSuites
    
        fun setSupportedCipherSuites(supportedCipherSuites: Array<String>) {
          this.supportedCipherSuites = supportedCipherSuites
        }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 8.2K bytes
    - Click Count (0)
Back to Top