| Package | Description |
|---|---|
| org.aoju.bus.http.accord.platform | |
| org.aoju.bus.http.offers | |
| org.aoju.bus.http.secure |
| Modifier and Type | Method and Description |
|---|---|
CertificateChainCleaner |
Platform.buildCertificateChainCleaner(SSLSocketFactory sslSocketFactory) |
CertificateChainCleaner |
Platform.buildCertificateChainCleaner(X509TrustManager trustManager) |
| Modifier and Type | Method and Description |
|---|---|
CertificatePinner |
CertificatePinner.withCertificateChainCleaner(CertificateChainCleaner certificateChainCleaner) |
| 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 © 2019. All rights reserved.