Uses of Enum
org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
Packages that use DigestScheme.DigestAlgorithm
Package
Description
Standard and common HTTP authentication schemes.
-
Uses of DigestScheme.DigestAlgorithm in org.apache.hc.client5.http.impl.auth
Subclasses with type arguments of type DigestScheme.DigestAlgorithm in org.apache.hc.client5.http.impl.authModifier and TypeClassDescriptionprivate static enumEnum representing supported digest algorithms for HTTP Digest Authentication, including session-based variants.Methods in org.apache.hc.client5.http.impl.auth that return DigestScheme.DigestAlgorithmModifier and TypeMethodDescriptionprivate static DigestScheme.DigestAlgorithmDigestScheme.DigestAlgorithm.fromString(String algorithm) Maps a string representation of an algorithm to the corresponding enum constant.static DigestScheme.DigestAlgorithmReturns the enum constant of this type with the specified name.static DigestScheme.DigestAlgorithm[]DigestScheme.DigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.client5.http.impl.auth with parameters of type DigestScheme.DigestAlgorithmModifier and TypeMethodDescription(package private) static byte[]DigestScheme.createCnonce(DigestScheme.DigestAlgorithm algorithm) Creates a random cnonce value based on the specified algorithm's expected entropy.