org.gridkit.internal.com.jcraft.jsch.jce
Class HMACMD5

java.lang.Object
  extended by org.gridkit.internal.com.jcraft.jsch.jce.HMACMD5
All Implemented Interfaces:
MAC

public class HMACMD5
extends Object
implements MAC


Constructor Summary
HMACMD5()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMACMD5

public HMACMD5()
Method Detail

getBlockSize

public int getBlockSize()
Specified by:
getBlockSize in interface MAC

init

public void init(byte[] key)
          throws Exception
Specified by:
init in interface MAC
Throws:
Exception

update

public void update(int i)
Specified by:
update in interface MAC

update

public void update(byte[] foo,
                   int s,
                   int l)
Specified by:
update in interface MAC

doFinal

public void doFinal(byte[] buf,
                    int offset)
Specified by:
doFinal in interface MAC

getName

public String getName()
Specified by:
getName in interface MAC


Copyright © 2017. All Rights Reserved.