Class HmacSha96
java.lang.Object
com.sshtools.j2ssh.transport.hmac.HmacSha
com.sshtools.j2ssh.transport.hmac.HmacSha96
- All Implemented Interfaces:
SshHmac
- Version:
- $Revision: 1.15 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
generate
(long sequenceNo, byte[] data, int offset, int len) int
-
Constructor Details
-
HmacSha96
public HmacSha96()Creates a new HmacSha96 object.
-
-
Method Details
-
getMacLength
public int getMacLength()- Specified by:
getMacLength
in interfaceSshHmac
- Overrides:
getMacLength
in classHmacSha
- Returns:
-
generate
public byte[] generate(long sequenceNo, byte[] data, int offset, int len)
-