Package com.jcraft.jsch.jce
Class HMACSHA196
- java.lang.Object
-
- com.jcraft.jsch.jce.HMACSHA1
-
- com.jcraft.jsch.jce.HMACSHA196
-
- All Implemented Interfaces:
MAC
- Direct Known Subclasses:
HMACSHA196ETM
public class HMACSHA196 extends HMACSHA1
-
-
Constructor Summary
Constructors Constructor Description HMACSHA196()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doFinal(byte[] buf, int offset)
int
getBlockSize()
java.lang.String
getName()
void
init(byte[] key)
boolean
isEtM()
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 java.lang.Exception
-
-