| Package | Description | 
|---|---|
| org.apache.tika.parser.digestutils | 
| Modifier and Type | Method and Description | 
|---|---|
static CommonsDigester.DigestAlgorithm[] | 
CommonsDigester.parse(String s)
Deprecated. 
 
use the  
CommonsDigester(int, String) instead | 
static CommonsDigester.DigestAlgorithm | 
CommonsDigester.DigestAlgorithm.valueOf(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. 
 | 
| Constructor and Description | 
|---|
CommonsDigester(int markLimit,
               CommonsDigester.DigestAlgorithm... algorithms)
Deprecated. 
 
 | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.