- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for writeCertList (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
.writeByte('\n'.code) if (url.isHttps) { sink.writeByte('\n'.code) sink.writeUtf8(handshake!!.cipherSuite.javaName).writeByte('\n'.code) writeCertList(sink, handshake.peerCertificates) writeCertList(sink, handshake.localCertificates) sink.writeUtf8(handshake.tlsVersion.javaName).writeByte('\n'.code) } } } @Throws(IOException::class)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0)