Class MD5Digest


  • public class MD5Digest
    extends GeneralDigest
    implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
    • Constructor Detail

      • MD5Digest

        public MD5Digest()
        Standard constructor
    • Method Detail

      • getAlgorithmName

        public java.lang.String getAlgorithmName()
      • getDigestSize

        public int getDigestSize()
      • processWord

        protected void processWord​(byte[] in,
                                   int inOff)
        Specified by:
        processWord in class GeneralDigest
      • doFinal

        public int doFinal​(byte[] out,
                           int outOff)
      • reset

        public void reset()
        reset the chaining variables to the IV values.
        Overrides:
        reset in class GeneralDigest