Uses of Class
org.miaixz.bus.http.secure.Challenge
Packages that use Challenge
Package
Description
An HTTP client for Java applications.
Provides classes for managing security-related aspects of HTTP, including TLS/SSL configuration, authentication, and
certificate pinning.
-
Uses of Challenge in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return types with arguments of type ChallengeModifier and TypeMethodDescriptionResponse.challenges()Returns a list of RFC 7235 authentication challenges.Headers.parseChallenges(Headers responseHeaders, String headerName) Parses RFC 7235 challenges. -
Uses of Challenge in org.miaixz.bus.http.secure
Methods in org.miaixz.bus.http.secure that return ChallengeModifier and TypeMethodDescriptionChallenge.withCharset(Charset charset) Returns a copy of this challenge with thecharsetauth param set.