Class DigestMaker


  • public class DigestMaker
    extends Object
    A wrapper around the Java cryptography classes to make a SHA-256 digest.

    This exists so that a common API can be implemented in Java and C#.

    • Constructor Detail

      • DigestMaker

        public DigestMaker()
    • Method Detail

      • update

        public void update​(int value)
      • update

        public void update​(String value)
      • getDigest

        public String getDigest()