Package com.jcraft.jsch.jce
Class HMACSHA256
java.lang.Object
com.jcraft.jsch.jce.HMACSHA256
- All Implemented Interfaces:
MAC
- Direct Known Subclasses:
HMACSHA256ETM
public class HMACSHA256
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HMACSHA256() -
Method Summary
-
Field Details
-
Constructor Details
-
HMACSHA256
public HMACSHA256()
-
-
Method Details
-
getBlockSize
public int getBlockSize()- Specified by:
getBlockSizein interfaceMAC
-
init
public void init(byte[] key) throws java.lang.Exception -
update
public void update(int i) -
update
public void update(byte[] foo, int s, int l) -
doFinal
public void doFinal(byte[] buf, int offset) -
getName
public java.lang.String getName() -
isEtM
public boolean isEtM()
-