com.jcraft.jsch.jcraft
Class HMACMD596
java.lang.Object
com.jcraft.jsch.jcraft.HMACMD5
com.jcraft.jsch.jcraft.HMACMD596
- All Implemented Interfaces:
- MAC
public class HMACMD596
- extends HMACMD5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HMACMD596
public HMACMD596()
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize
in interface MAC
doFinal
public void doFinal(byte[] buf,
int offset)
- Specified by:
doFinal
in interface MAC
getName
public java.lang.String getName()
- Specified by:
getName
in interface MAC
- Overrides:
getName
in class HMACMD5
setH
protected void setH(java.security.MessageDigest md)
init
public void init(byte[] key)
throws java.lang.Exception
- Throws:
java.lang.Exception
update
public void update(int i)
update
public void update(byte[] foo,
int s,
int l)