Uses of Enum
org.apache.tika.parser.digestutils.CommonsDigester.DigestAlgorithm
-
Uses of CommonsDigester.DigestAlgorithm in org.apache.tika.parser.digestutils
Modifier 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.ModifierConstructorDescriptionCommonsDigester
(int markLimit, CommonsDigester.DigestAlgorithm... algorithms) Deprecated.
CommonsDigester(int, String)
instead