com.sshtools.j2ssh.transport.hmac
Class HmacSha96

java.lang.Object
  extended by com.sshtools.j2ssh.transport.hmac.HmacSha
      extended by com.sshtools.j2ssh.transport.hmac.HmacSha96
All Implemented Interfaces:
SshHmac

public class HmacSha96
extends HmacSha

Version:
$Revision: 1.15 $
Author:
$author$

Constructor Summary
HmacSha96()
          Creates a new HmacSha96 object.
 
Method Summary
 byte[] generate(long sequenceNo, byte[] data, int offset, int len)
           
 int getMacLength()
           
 
Methods inherited from class com.sshtools.j2ssh.transport.hmac.HmacSha
init, verify
 
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

getMacLength

public int getMacLength()
Specified by:
getMacLength in interface SshHmac
Overrides:
getMacLength in class HmacSha
Returns:

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:


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.