| Constructor and Description |
|---|
HMACMD596() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
java.lang.String |
getName() |
void |
init(byte[] key) |
protected void |
setH(java.security.MessageDigest md) |
void |
update(byte[] foo,
int s,
int l) |
void |
update(int i) |
public int getBlockSize()
getBlockSize in interface MACpublic java.lang.String getName()
protected void setH(java.security.MessageDigest md)
public void init(byte[] key)
throws java.lang.Exception
java.lang.Exceptionpublic void update(int i)
public void update(byte[] foo,
int s,
int l)
Copyright © 2020 JCraft,Inc.. All Rights Reserved.