com.sshtools.j2ssh.transport.hmac
Class HmacMd5
java.lang.Object
com.sshtools.j2ssh.transport.hmac.HmacMd5
- SshHmac
public class HmacMd5
extends java.lang.Object
HmacMd5() - Creates a new HmacMd5 object.
|
byte[] | generate(long sequenceNo, byte[] data, int offset, int len)
|
int | getMacLength()
|
void | init(byte[] keydata)
|
boolean | verify(long sequenceNo, byte[] data)
|
HmacMd5
public HmacMd5()
Creates a new HmacMd5 object.
generate
public byte[] generate(long sequenceNo,
byte[] data,
int offset,
int len)
- generate in interface SshHmac
sequenceNo
- data
- offset
- len
-
verify
public boolean verify(long sequenceNo,
byte[] data)
- verify in interface SshHmac
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.