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.BytesRefCalculator
BytesRefCalculator.BytesRefCalcInstance<T>
-
-
Constructor Summary
Constructors Constructor Description TextSha256Signature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesRefCalculator.BytesRefCalcInstance<String>
getInstance()
-
-
-
Method Detail
-
getInstance
public BytesRefCalculator.BytesRefCalcInstance<String> getInstance()
- Specified by:
getInstance
in interfaceBytesRefCalculator<String>
-
-