类 BasicCertificateChainCleaner

java.lang.Object
com.lark.oapi.okhttp.internal.tls.CertificateChainCleaner
com.lark.oapi.okhttp.internal.tls.BasicCertificateChainCleaner

public final class BasicCertificateChainCleaner extends CertificateChainCleaner
A certificate chain cleaner that uses a set of trusted root certificates to build the trusted chain. This class duplicates the clean chain building performed during the TLS handshake. We prefer other mechanisms where they exist, such as with okhttp3.internal.platform.AndroidPlatform.AndroidCertificateChainCleaner.

This class includes code from Conscrypt's TrustManagerImpl and TrustedCertificateIndex.