Interface MAC

    • Method Detail

      • getName

        java.lang.String getName()
      • getBlockSize

        int getBlockSize()
      • init

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

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

        void update​(int foo)
      • doFinal

        void doFinal​(byte[] buf,
                     int offset)