Class BouncyCastleDigester

java.lang.Object
org.apache.tika.parser.digest.CompositeDigester
org.apache.tika.parser.utils.BouncyCastleDigester
All Implemented Interfaces:
DigestingParser.Digester

@Deprecated(since="2026-04-30") public class BouncyCastleDigester extends CompositeDigester
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Digester that relies on BouncyCastle for MessageDigest implementations.
  • Constructor Details

    • BouncyCastleDigester

      public BouncyCastleDigester(int markLimit, String algorithmString)
      Deprecated.
      Include a string representing the comma-separated algorithms to run: e.g. "md5,sha1". If you want base 32 encoding instead of hexadecimal, add ":32" to the algorithm, e.g. "md5,sha1:32"

      Will throw an IllegalArgumentException if an algorithm isn't supported

      Parameters:
      markLimit -
      algorithmString -