Class HmacMd596
- java.lang.Object
-
- com.sshtools.j2ssh.transport.hmac.HmacMd5
-
- com.sshtools.j2ssh.transport.hmac.HmacMd596
-
-
Constructor Summary
Constructors Constructor Description HmacMd596()
Creates a new HmacMd596 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()
-
-
-
Method Detail
-
getMacLength
public int getMacLength()
- Specified by:
getMacLength
in interfaceSshHmac
- Overrides:
getMacLength
in classHmacMd5
- Returns:
-
-