| Constructor and Description |
|---|
HmacMd5()
Creates a new HmacMd5 object.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generate(long sequenceNo,
byte[] data,
int offset,
int len) |
int |
getMacLength() |
void |
init(byte[] keydata) |
boolean |
verify(long sequenceNo,
byte[] data) |
public int getMacLength()
getMacLength in interface SshHmacpublic byte[] generate(long sequenceNo,
byte[] data,
int offset,
int len)
public void init(byte[] keydata)
throws AlgorithmInitializationException
init in interface SshHmackeydata - AlgorithmInitializationExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.