Uses of Class
org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
Packages that use DigestScheme.DigestAlgorithm Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of DigestScheme.DigestAlgorithm in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that return DigestScheme.DigestAlgorithm Modifier and Type Method Description private static DigestScheme.DigestAlgorithmDigestScheme.DigestAlgorithm. fromString(java.lang.String algorithm)Maps a string representation of an algorithm to the corresponding enum constant.static DigestScheme.DigestAlgorithmDigestScheme.DigestAlgorithm. valueOf(java.lang.String name)Returns 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.DigestAlgorithm Modifier and Type Method Description (package private) static byte[]DigestScheme. createCnonce(DigestScheme.DigestAlgorithm algorithm)Creates a random cnonce value based on the specified algorithm's expected entropy.
-