| Modifier and Type | Method and Description |
|---|---|
static CipherSuite |
CipherSuite.forJavaName(String javaName) |
static CipherSuite |
CipherSuite.valueOf(String name)
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<CipherSuite> |
ConnectionSpec.cipherSuites()
Returns the cipher suites to use for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSpec.Builder |
ConnectionSpec.Builder.cipherSuites(CipherSuite... cipherSuites) |
Copyright © 2016. All Rights Reserved.