| Package | Description |
|---|---|
| okhttp3.tls |
OkHttp Transport Layer Security (TLS) library.
|
| okhttp3.tls.internal |
| Modifier and Type | Method | Description |
|---|---|---|
HeldCertificate |
HeldCertificate.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
HandshakeCertificates.Builder |
HandshakeCertificates.Builder.heldCertificate(HeldCertificate heldCertificate,
java.security.cert.X509Certificate... intermediates) |
Configure the certificate chain to use when being authenticated.
|
HeldCertificate.Builder |
HeldCertificate.Builder.signedBy(HeldCertificate signedBy) |
Set the certificate that will issue this certificate.
|
| Modifier and Type | Method | Description |
|---|---|---|
static javax.net.ssl.X509KeyManager |
TlsUtil.newKeyManager(java.lang.String keyStoreType,
HeldCertificate heldCertificate,
java.security.cert.X509Certificate... intermediates) |
Returns a key manager for the held certificate and its chain.
|
Copyright © 2020. All rights reserved.