| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
CipherSuite |
Handshake.cipherSuite()
Returns the cipher suite used for the connection.
|
static CipherSuite |
CipherSuite.forJavaName(String
|
static CipherSuite |
CipherSuite.valueOf(String
Returns the enum constant of this type with the specified name.
|
static CipherSuite |
CipherSuite.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ConnectionSpec.cipherSuites()
Returns the cipher suites to use for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSpec |
ConnectionSpec.Builder.cipherSuites(CipherSuite
|
static Handshake |
Handshake.get(TlsVersion
|