- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for secondaryName (0.15 sec)
-
okhttp/src/main/kotlin/okhttp3/CipherSuite.kt
if (result == null) { result = INSTANCES[secondaryName(javaName)] if (result == null) { result = CipherSuite(javaName) } // Add the new cipher suite, or a confirmed alias. INSTANCES[javaName] = result } return result } private fun secondaryName(javaName: String): String { return when {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 39.9K bytes - Viewed (0)