Package com.jcraft.jsch.jce
Class HMACSHA1
- java.lang.Object
-
- com.jcraft.jsch.jce.HMACSHA1
-
- All Implemented Interfaces:
MAC
- Direct Known Subclasses:
HMACSHA196
public class HMACSHA1 extends Object
-
-
Constructor Summary
Constructors Constructor Description HMACSHA1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize
in interfaceMAC
-
init
public void init(byte[] key) throws Exception
-
-