Package com.jcraft.jsch.jce
Class HMACSHA224SSHCOM
- java.lang.Object
-
- com.jcraft.jsch.jce.HMACSHA224SSHCOM
-
- All Implemented Interfaces:
MAC
public class HMACSHA224SSHCOM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HMACSHA224SSHCOM()
-
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
-
-