Class HMACSHA196

All Implemented Interfaces:
MAC

public class HMACSHA196 extends HMACSHA1
  • Field Details

    • _buf20

      private final byte[] _buf20
  • Constructor Details

    • HMACSHA196

      public HMACSHA196()
  • Method Details

    • getBlockSize

      public int getBlockSize()
      Specified by:
      getBlockSize in interface MAC
      Overrides:
      getBlockSize in class HMAC
    • doFinal

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