Package com.jcraft.jsch.jce
Class HMACSHA196ETM
- java.lang.Object
-
- com.jcraft.jsch.jce.HMACSHA1
-
- com.jcraft.jsch.jce.HMACSHA196
-
- com.jcraft.jsch.jce.HMACSHA196ETM
-
- All Implemented Interfaces:
MAC
public class HMACSHA196ETM extends HMACSHA196
-
-
Constructor Summary
Constructors Constructor Description HMACSHA196ETM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidinit(byte[] key)booleanisEtM()voidupdate(byte[] foo, int s, int l)voidupdate(int i)-
Methods inherited from class com.jcraft.jsch.jce.HMACSHA196
doFinal, getBlockSize
-
-