Uses of Enum
org.apache.tika.parser.digestutils.CommonsDigester.DigestAlgorithm
Packages that use CommonsDigester.DigestAlgorithm
-
Uses of CommonsDigester.DigestAlgorithm in org.apache.tika.parser.digestutils
Methods in org.apache.tika.parser.digestutils that return CommonsDigester.DigestAlgorithmModifier and TypeMethodDescriptionstatic CommonsDigester.DigestAlgorithm[]
Deprecated.Returns the enum constant of this type with the specified name.static CommonsDigester.DigestAlgorithm[]
CommonsDigester.DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.parser.digestutils with parameters of type CommonsDigester.DigestAlgorithmModifierConstructorDescriptionCommonsDigester
(int markLimit, CommonsDigester.DigestAlgorithm... algorithms) Deprecated.
CommonsDigester(int, String)
instead