Interface Mac

    • Method Detail

      • init

        void init​(byte[] key)
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • update

        default void update​(byte[] buf)
      • update

        void update​(byte[] buf,
                    int start,
                    int len)
      • updateUInt

        void updateUInt​(long foo)
      • doFinal

        default byte[] doFinal()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doFinal

        default void doFinal​(byte[] buf)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doFinal

        void doFinal​(byte[] buf,
                     int offset)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • equals

        static boolean equals​(byte[] a1,
                              int a1Offset,
                              byte[] a2,
                              int a2Offset,
                              int length)