net.ssh.jsch.jce
Class HMACMD596
java.lang.Object
   net.ssh.jsch.jce.HMACMD596
net.ssh.jsch.jce.HMACMD596
- All Implemented Interfaces: 
- MAC
- public class HMACMD596 
- extends java.lang.Object- implements MAC
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HMACMD596
public HMACMD596()
getBlockSize
public int getBlockSize()
- 
- Specified by:
- getBlockSizein interface- MAC
 
- 
 
init
public void init(byte[] key)
          throws java.lang.Exception
- 
- Specified by:
- initin interface- MAC
 
- 
- Throws:
- java.lang.Exception
 
update
public void update(int i)
- 
- Specified by:
- updatein interface- MAC
 
- 
 
update
public void update(byte[] foo,
                   int s,
                   int l)
- 
- Specified by:
- updatein interface- MAC
 
- 
 
doFinal
public byte[] doFinal()
- 
- Specified by:
- doFinalin interface- MAC
 
- 
 
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein interface- MAC
 
-