Package com.jcraft.jsch.jcraft
Class HMACSHA196
- java.lang.Object
-
- com.jcraft.jsch.jcraft.HMAC
-
- com.jcraft.jsch.jcraft.HMACSHA1
-
- com.jcraft.jsch.jcraft.HMACSHA196
-
-
Constructor Summary
Constructors Constructor Description HMACSHA196()
-
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()
-
-
-
Field Detail
-
name
private static final java.lang.String name
- See Also:
- Constant Field Values
-
BSIZE
private static final int BSIZE
- See Also:
- Constant Field Values
-
_buf16
private final byte[] _buf16
-
-
Method Detail
-
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize
in interfaceMAC
- Overrides:
getBlockSize
in classHMAC
-
doFinal
public void doFinal(byte[] buf, int offset)
-
-