com.sshtools.j2ssh.transport.hmac

Class HmacSha96

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

generate, getMacLength, init, verify

Constructor Details

HmacSha96

public HmacSha96()
Creates a new HmacSha96 object.

Method Details

generate

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

getMacLength

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

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