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) DigestDeprecated.(package private) intDeprecated.(package private) byte[]Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddigest(byte[] out) Deprecated.final voiddigest(byte[] out, int off) Deprecated.final intDeprecated.final voidreset()Deprecated.final voidupdate(byte b) Deprecated.final voidupdate(byte[] b) Deprecated.final voidupdate(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
-
update
-
update
-
update
-
reset
-
digest
-
digest
-