| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected int |
bsize |
protected String |
name |
| Constructor and Description |
|---|
HMACMD5() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
String |
getName() |
void |
init(byte[] key) |
void |
update(byte[] foo,
int s,
int l) |
void |
update(int i) |
protected String name
protected int bsize
protected String algorithm
public int getBlockSize()
getBlockSize in interface MACpublic void init(byte[] key)
throws Exception
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.