Package com.trilead.ssh2.crypto.digest
Class HMAC
java.lang.Object
com.trilead.ssh2.crypto.digest.HMAC
- All Implemented Interfaces:
Digest
Deprecated.
HMAC.
- Version:
- $Id: HMAC.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]
Deprecated.(package private) byte[]
Deprecated.(package private) Digest
Deprecated.(package private) int
Deprecated.(package private) byte[]
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
digest
(byte[] out) Deprecated.final void
digest
(byte[] out, int off) Deprecated.final int
Deprecated.final void
reset()
Deprecated.final void
update
(byte b) Deprecated.final void
update
(byte[] b) Deprecated.final void
update
(byte[] b, int off, int len) Deprecated.
-
Field Details
-
md
Digest mdDeprecated. -
k_xor_ipad
byte[] k_xor_ipadDeprecated. -
k_xor_opad
byte[] k_xor_opadDeprecated. -
tmp
byte[] tmpDeprecated. -
size
int sizeDeprecated.
-
-
Constructor Details
-
HMAC
Deprecated.
-
-
Method Details
-
getDigestLength
public final int getDigestLength()Deprecated.- Specified by:
getDigestLength
in interfaceDigest
-
update
public final void update(byte b) Deprecated. -
update
public final void update(byte[] b) Deprecated. -
update
public final void update(byte[] b, int off, int len) Deprecated. -
reset
public final void reset()Deprecated. -
digest
public final void digest(byte[] out) Deprecated. -
digest
public final void digest(byte[] out, int off) Deprecated.
-