com.sshtools.j2ssh.transport.hmac
Class HmacMd596

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

public class HmacMd596
extends HmacMd5

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

Constructor Summary
HmacMd596()
          Creates a new HmacMd596 object.
 
Method Summary
 byte[] generate(long sequenceNo, byte[] data, int offset, int len)
           
 int getMacLength()
           
 
Methods inherited from class com.sshtools.j2ssh.transport.hmac.HmacMd5
init, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HmacMd596

public HmacMd596()
Creates a new HmacMd596 object.

Method Detail

getMacLength

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

generate

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


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