jcifs.util
public class HMACT64 extends MessageDigest implements Cloneable
Constructor Summary | |
---|---|
HMACT64(byte[] key)
Creates an HMACT64 instance which uses the given secret key material.
|
Method Summary | |
---|---|
Object | clone() |
protected byte[] | engineDigest() |
protected int | engineDigest(byte[] buf, int offset, int len) |
protected int | engineGetDigestLength() |
protected void | engineReset() |
protected void | engineUpdate(byte b) |
protected void | engineUpdate(byte[] input, int offset, int len) |
Parameters: key The key material to use in hashing.