Class HMACSHA512

  • All Implemented Interfaces:
    MAC

    public class HMACSHA512
    extends Object
    • Field Detail

      • bsize

        protected int bsize
      • algorithm

        protected String algorithm
    • Constructor Detail

      • HMACSHA512

        public HMACSHA512()
    • Method Detail

      • getBlockSize

        public int getBlockSize()
        Specified by:
        getBlockSize in interface MAC
      • update

        public void update​(int i)
        Specified by:
        update in interface MAC
      • update

        public void update​(byte[] foo,
                           int s,
                           int l)
        Specified by:
        update in interface MAC
      • doFinal

        public void doFinal​(byte[] buf,
                            int offset)
        Specified by:
        doFinal in interface MAC