Class HMACSHA196

java.lang.Object
com.jcraft.jsch.jcraft.HMACSHA1
com.jcraft.jsch.jcraft.HMACSHA196
All Implemented Interfaces:
MAC

public class HMACSHA196 extends HMACSHA1
  • Constructor Details

    • HMACSHA196

      public HMACSHA196()
  • Method Details

    • getBlockSize

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

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

      public String getName()
      Specified by:
      getName in interface MAC
      Overrides:
      getName in class HMACSHA1
    • setH

      protected void setH(MessageDigest md)
    • init

      public void init(byte[] key) throws Exception
      Throws:
      Exception
    • update

      public void update(int i)
    • update

      public void update(byte[] foo, int s, int l)