Class TextSha256Signature
java.lang.Object
org.apache.tika.eval.core.textstats.TextSha256Signature
- All Implemented Interfaces:
BytesRefCalculator<String>
,TextStatsCalculator
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.BytesRefCalculator
BytesRefCalculator.BytesRefCalcInstance<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TextSha256Signature
public TextSha256Signature()
-
-
Method Details
-
getInstance
- Specified by:
getInstance
in interfaceBytesRefCalculator<String>
-