Uses of Class
org.miaixz.bus.http.secure.CertificatePinner
Packages that use CertificatePinner
Package
Description
Java应用的HTTP客户端
Httpz 实现
HTTP 安全
-
Uses of CertificatePinner in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CertificatePinnerModifier and TypeMethodDescriptionAddress.certificatePinner()获取证书固定器Httpd.certificatePinner()获取证书固定器。Methods in org.miaixz.bus.http with parameters of type CertificatePinnerModifier and TypeMethodDescriptionHttpd.Builder.certificatePinner(CertificatePinner certificatePinner) 设置限制哪些证书受信任的证书pinner。Constructors in org.miaixz.bus.http with parameters of type CertificatePinnerModifierConstructorDescriptionAddress(String uriHost, int uriPort, DnsX dns, SocketFactory socketFactory, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, CertificatePinner certificatePinner, Authenticator proxyAuthenticator, Proxy proxy, List<org.miaixz.bus.core.net.Protocol> protocols, List<ConnectionSuite> connectionSuites, ProxySelector proxySelector) 构造函数,初始化 Address 实例 -
Uses of CertificatePinner in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type CertificatePinnerModifier and TypeMethodDescriptionHttpBuilder.certificatePinner(CertificatePinner certificatePinner) -
Uses of CertificatePinner in org.miaixz.bus.http.secure
Fields in org.miaixz.bus.http.secure declared as CertificatePinnerMethods in org.miaixz.bus.http.secure that return CertificatePinnerModifier and TypeMethodDescriptionCertificatePinner.Builder.build()CertificatePinner.withCertificateChainCleaner(CertificateChainCleaner certificateChainCleaner) Returns a certificate pinner that usescertificateChainCleaner.