Class BouncyCastleDigester

    • Constructor Summary

      Constructors 
      Constructor Description
      BouncyCastleDigester​(int markLimit, java.lang.String algorithmString)
      Include a string representing the comma-separated algorithms to run: e.g.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BouncyCastleDigester

        public BouncyCastleDigester​(int markLimit,
                                    java.lang.String algorithmString)
        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 -