public class HMACMD5 extends java.lang.Object
protected java.lang.String
algorithm
protected int
bsize
name
HMACMD5()
void
doFinal(byte[] buf, int offset)
int
getBlockSize()
java.lang.String
getName()
init(byte[] key)
update(byte[] foo, int s, int l)
update(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected java.lang.String name
protected int bsize
protected java.lang.String algorithm
public HMACMD5()
public int getBlockSize()
getBlockSize
MAC
public void init(byte[] key) throws java.lang.Exception
init
java.lang.Exception
public void update(int i)
update
public void update(byte[] foo, int s, int l)
public void doFinal(byte[] buf, int offset)
doFinal
public java.lang.String getName()
getName