| Package | Description |
|---|---|
| org.apache.tika.parser.utils |
| Modifier and Type | Method and Description |
|---|---|
private static CommonsDigester.DigestAlgorithm |
CommonsDigester.getDigestAlgorithm(java.lang.String algoString) |
static CommonsDigester.DigestAlgorithm[] |
CommonsDigester.parse(java.lang.String s)
Deprecated.
use the
CommonsDigester.CommonsDigester(int, String) instead |
static CommonsDigester.DigestAlgorithm |
CommonsDigester.DigestAlgorithm.valueOf(java.lang.String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
private static DigestingParser.Digester[] |
CommonsDigester.buildDigesters(int markLimit,
CommonsDigester.DigestAlgorithm[] algorithms) |
| Constructor and Description |
|---|
CommonsDigester(int markLimit,
CommonsDigester.DigestAlgorithm... algorithms)
Deprecated.
|