| Modifier and Type | Method and Description |
|---|---|
CipherSuite |
Handshake.cipherSuite()
Returns the cipher suite used for the connection.
|
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) |
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
Copyright © 2016. All Rights Reserved.