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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jcraft.jsch.jce.HMACSHA196
doFinal, getBlockSize
-
Field Details
-
name
-
bsize
protected int bsize -
algorithm
-
etm
protected boolean etm
-
-
Constructor Details
-
HMACSHA196ETM
public HMACSHA196ETM()
-
-
Method Details
-
init
-
update
public void update(int i) -
update
public void update(byte[] foo, int s, int l) -
getName
-
isEtM
public boolean isEtM()
-