Package com.trilead.ssh2.crypto.digest
Class HMAC
- java.lang.Object
-
- com.trilead.ssh2.crypto.digest.HMAC
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]k_xor_ipadDeprecated.(package private) byte[]k_xor_opadDeprecated.(package private) DigestmdDeprecated.(package private) intsizeDeprecated.(package private) byte[]tmpDeprecated.
-
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.
-
-
-
Field Detail
-
md
Digest md
Deprecated.
-
k_xor_ipad
byte[] k_xor_ipad
Deprecated.
-
k_xor_opad
byte[] k_xor_opad
Deprecated.
-
tmp
byte[] tmp
Deprecated.
-
size
int size
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.
-
-