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.String
getName()
void
init(byte[] key)
boolean
isEtM()
void
update(byte[] foo, int s, int l)
void
update(int i)
-
Methods inherited from class com.jcraft.jsch.jce.HMACSHA196
doFinal, getBlockSize
-
-