| Package | Description |
|---|---|
| okhttp3.tls |
OkHttp Transport Layer Security (TLS) library.
|
| okhttp3.tls.internal |
| Modifier and Type | Method and Description |
|---|---|
HeldCertificate |
HeldCertificate.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
HandshakeCertificates.Builder |
HandshakeCertificates.Builder.heldCertificate(HeldCertificate heldCertificate,
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 and Description |
|---|---|
static X509KeyManager |
TlsUtil.newKeyManager(String keyStoreType,
HeldCertificate heldCertificate,
X509Certificate... intermediates)
Returns a key manager for the held certificate and its chain.
|
Copyright © 2019. All rights reserved.