Package com.trilead.ssh2.crypto.digest
Class HMAC
- java.lang.Object
-
- com.trilead.ssh2.crypto.digest.HMAC
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
digest(byte[] out)
Deprecated.void
digest(byte[] out, int off)
Deprecated.int
getDigestLength()
Deprecated.void
reset()
Deprecated.void
update(byte b)
Deprecated.void
update(byte[] b)
Deprecated.void
update(byte[] b, int off, int len)
Deprecated.
-
-
-
Constructor Detail
-
HMAC
public HMAC(Digest md, byte[] key, int size)
Deprecated.
-
-
Method Detail
-
getDigestLength
public final int getDigestLength()
Deprecated.- Specified by:
getDigestLength
in interfaceDigest
-
update
public final void update(byte[] b, int off, int len)
Deprecated.
-
-