Package com.trilead.ssh2.crypto.digest
Class HMAC
- java.lang.Object
-
- com.trilead.ssh2.crypto.digest.HMAC
-
- All Implemented Interfaces:
Digest
@Deprecated public final class HMAC extends Object implements Digest
Deprecated.HMAC.- Version:
- $Id: HMAC.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddigest(byte[] out)Deprecated.voiddigest(byte[] out, int off)Deprecated.intgetDigestLength()Deprecated.voidreset()Deprecated.voidupdate(byte b)Deprecated.voidupdate(byte[] b)Deprecated.voidupdate(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:
getDigestLengthin interfaceDigest
-
update
public final void update(byte[] b, int off, int len)Deprecated.
-
-