Uses of Enum Class
org.apache.tika.digest.DigestDef.Encoding
Packages that use DigestDef.Encoding
-
Uses of DigestDef.Encoding in org.apache.tika.digest
Methods in org.apache.tika.digest that return DigestDef.EncodingModifier and TypeMethodDescriptionDigestDef.getEncoding()static DigestDef.EncodingReturns the enum constant of this class with the specified name.static DigestDef.Encoding[]DigestDef.Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.digest with parameters of type DigestDef.EncodingConstructors in org.apache.tika.digest with parameters of type DigestDef.EncodingModifierConstructorDescriptionDigestDef(DigestDef.Algorithm algorithm, DigestDef.Encoding encoding)