//okhttp/okhttp3/ConnectionSpec/cipherSuites
cipherSuites¶
[jvm]\
@get:JvmName(name = "cipherSuites")
val cipherSuites: List<CipherSuite>?
Returns the cipher suites to use for a connection. Returns null if all of the SSL socket’s enabled cipher suites should be used.