Class HMACSHA196

  • All Implemented Interfaces:
    MAC

    public class HMACSHA196
    extends HMACSHA1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] _buf20  
    • Constructor Summary

      Constructors 
      Constructor Description
      HMACSHA196()  
    • Field Detail

      • _buf20

        private final byte[] _buf20
    • Constructor Detail

      • HMACSHA196

        public HMACSHA196()
    • Method Detail

      • doFinal

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