Interface HASH

    • Method Detail

      • init

        void init()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getBlockSize

        int getBlockSize()
      • update

        void update​(byte[] foo,
                    int start,
                    int len)
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • digest

        byte[] digest()
               throws java.lang.Exception
        Throws:
        java.lang.Exception