Class MD4Hasher


  • public class MD4Hasher
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.security.MessageDigest md4  
    • Constructor Summary

      Constructors 
      Constructor Description
      MD4Hasher()
      Uses bouncy castle provider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getDigest()  
      void reset()  
      void update​(byte[] data)  
      void update​(byte[] data, int pos, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • md4

        protected java.security.MessageDigest md4
    • Constructor Detail

      • MD4Hasher

        public MD4Hasher()
        Uses bouncy castle provider
    • Method Detail

      • reset

        public void reset()
      • update

        public void update​(byte[] data,
                           int pos,
                           int len)
      • update

        public void update​(byte[] data)
      • getDigest

        public byte[] getDigest()