Class TextSha256Signature
- java.lang.Object
- 
- org.apache.tika.eval.core.textstats.TextSha256Signature
 
- 
- All Implemented Interfaces:
- BytesRefCalculator<String>,- TextStatsCalculator
 
 public class TextSha256Signature extends Object implements BytesRefCalculator<String> Calculates the base32 encoded SHA-256 checksum on the analyzed text
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tika.eval.core.textstats.BytesRefCalculatorBytesRefCalculator.BytesRefCalcInstance<T>
 
- 
 - 
Constructor SummaryConstructors Constructor Description TextSha256Signature()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesRefCalculator.BytesRefCalcInstance<String>getInstance()
 
- 
- 
- 
Method Detail- 
getInstancepublic BytesRefCalculator.BytesRefCalcInstance<String> getInstance() - Specified by:
- getInstancein interface- BytesRefCalculator<String>
 
 
- 
 
-