Class HMACMD596

java.lang.Object
com.jcraft.jsch.jce.HMACMD5
com.jcraft.jsch.jce.HMACMD596
All Implemented Interfaces:
MAC
Direct Known Subclasses:
HMACMD596ETM

public class HMACMD596 extends HMACMD5
  • Field Details

    • name

      protected String name
    • bsize

      protected int bsize
    • algorithm

      protected String algorithm
    • etm

      protected boolean etm
  • Constructor Details

    • HMACMD596

      public HMACMD596()
  • 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
    • init

      public void init(byte[] key) throws Exception
      Specified by:
      init in interface MAC
      Throws:
      Exception
    • 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
    • getName

      public String getName()
      Specified by:
      getName in interface MAC
    • isEtM

      public boolean isEtM()
      Specified by:
      isEtM in interface MAC