Package | Description |
---|---|
okhttp3.internal.platform | |
okhttp3.internal.tls |
Modifier and Type | Method and Description |
---|---|
CertificateChainCleaner |
Platform.buildCertificateChainCleaner(SSLSocketFactory sslSocketFactory) |
CertificateChainCleaner |
Platform.buildCertificateChainCleaner(X509TrustManager trustManager) |
Modifier and Type | Class and Description |
---|---|
class |
BasicCertificateChainCleaner
A certificate chain cleaner that uses a set of trusted root certificates to build the trusted
chain.
|
Modifier and Type | Method and Description |
---|---|
static CertificateChainCleaner |
CertificateChainCleaner.get(X509Certificate... caCerts) |
static CertificateChainCleaner |
CertificateChainCleaner.get(X509TrustManager trustManager) |
Copyright © 2018. All rights reserved.