public class Md4 extends MessageDigest
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_BLOCK_LENGTH
The MD4 algorithm block length is 64 bytes wide.
|
static int |
BYTE_DIGEST_LENGTH
The MD4 algorithm message digest length is 16 bytes wide.
|
| Constructor and Description |
|---|
Md4()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
engineDigest() |
protected int |
engineDigest(byte[] buf,
int offset,
int len) |
protected int |
engineGetDigestLength()
Returns the digest length in bytes.
|
protected void |
engineReset() |
protected void |
engineUpdate(byte b) |
protected void |
engineUpdate(byte[] b,
int offset,
int len) |
clone, digest, digest, digest, getAlgorithm, getDigestLength, getInstance, getInstance, getInstance, getProvider, isEqual, reset, toString, update, update, update, updateengineUpdatepublic static final int BYTE_DIGEST_LENGTH
public static final int BYTE_BLOCK_LENGTH
protected int engineGetDigestLength()
engineGetDigestLength in class MessageDigestSpiprotected void engineUpdate(byte b)
engineUpdate in class MessageDigestSpiprotected void engineUpdate(byte[] b,
int offset,
int len)
engineUpdate in class MessageDigestSpiprotected byte[] engineDigest()
engineDigest in class MessageDigestSpiprotected int engineDigest(byte[] buf,
int offset,
int len)
throws DigestException
engineDigest in class MessageDigestSpiDigestExceptionprotected void engineReset()
engineReset in class MessageDigestSpiCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.