| Modifier and Type | Method | Description |
|---|---|---|
CipherSuite |
Handshake.cipherSuite() |
Returns the cipher suite used for the connection.
|
static CipherSuite |
CipherSuite.forJavaName(String javaName) |
| Modifier and Type | Method | Description |
|---|---|---|
List<CipherSuite> |
ConnectionSpec.cipherSuites() |
Returns the cipher suites to use for a connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionSpec.Builder |
ConnectionSpec.Builder.cipherSuites(CipherSuite... cipherSuites) |
|
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
Copyright © 2021. All rights reserved.