Uses of Interface
org.miaixz.bus.http.secure.TrustRootIndex
Packages that use TrustRootIndex
Package
Description
Provides platform-specific implementations for the HTTP client.
Provides classes for managing security-related aspects of HTTP, including TLS/SSL configuration, authentication, and
certificate pinning.
-
Uses of TrustRootIndex in org.miaixz.bus.http.accord.platform
Methods in org.miaixz.bus.http.accord.platform that return TrustRootIndexModifier and TypeMethodDescriptionPlatform.buildTrustRootIndex(X509TrustManager trustManager) Builds a trust root index for the given trust manager. -
Uses of TrustRootIndex in org.miaixz.bus.http.secure
Classes in org.miaixz.bus.http.secure that implement TrustRootIndexModifier and TypeClassDescriptionclassAn in-memory index of trusted root certificates.Constructors in org.miaixz.bus.http.secure with parameters of type TrustRootIndexModifierConstructorDescriptionBasicCertificateChainCleaner(TrustRootIndex trustRootIndex) Constructs a new BasicCertificateChainCleaner.