Interface MAC

All Known Implementing Classes:
HMACMD5, HMACMD5, HMACMD596, HMACMD596, HMACSHA1, HMACSHA1, HMACSHA196, HMACSHA196, HMACSHA256, HMACSHA512

public interface MAC
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFinal(byte[] buf, int offset)
     
    int
     
     
    void
    init(byte[] key)
     
    void
    update(byte[] foo, int start, int len)
     
    void
    update(int foo)
     
  • Method Details

    • getName

      String getName()
    • getBlockSize

      int getBlockSize()
    • init

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

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

      void update(int foo)
    • doFinal

      void doFinal(byte[] buf, int offset)