Class HmacSha96

  • All Implemented Interfaces:
    SshHmac

    public class HmacSha96
    extends HmacSha
    Version:
    $Revision: 1.15 $
    Author:
    $author$
    • Constructor Summary

      Constructors 
      Constructor Description
      HmacSha96()
      Creates a new HmacSha96 object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] generate​(long sequenceNo, byte[] data, int offset, int len)  
      int getMacLength()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HmacSha96

        public HmacSha96()
        Creates a new HmacSha96 object.
    • Method Detail

      • generate

        public byte[] generate​(long sequenceNo,
                               byte[] data,
                               int offset,
                               int len)
        Specified by:
        generate in interface SshHmac
        Overrides:
        generate in class HmacSha
        Parameters:
        sequenceNo -
        data -
        offset -
        len -
        Returns: