Uses of Enum Class
org.apache.jena.http.auth.DigestAlgorithm
Packages that use DigestAlgorithm
-
Uses of DigestAlgorithm in org.apache.jena.http.auth
Methods in org.apache.jena.http.auth that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.fromString(String name) Algothm name to enum, or null (unecognized)static DigestAlgorithmReturns the enum constant of this class with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.