public class MD4Digest extends Object
NOTE: This algorithm is only included for backwards compatability with legacy applications, it's not secure, don't use it for anything new!
| Constructor and Description |
|---|
MD4Digest()
Standard constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff) |
void |
finish() |
int |
getByteLength() |
byte[] |
getDigest(byte[] data) |
protected void |
processBlock() |
protected void |
processLength(long bitLength) |
protected void |
processWord(byte[] in,
int inOff) |
void |
reset()
reset the chaining variables to the IV values.
|
void |
update(byte in) |
void |
update(byte[] in,
int inOff,
int len) |
public byte[] getDigest(byte[] data)
protected void processWord(byte[] in,
int inOff)
protected void processLength(long bitLength)
public int doFinal(byte[] out,
int outOff)
public void reset()
protected void processBlock()
public void update(byte in)
public void update(byte[] in,
int inOff,
int len)
public void finish()
public int getByteLength()
Copyright © 2002–2019 Starter Inc.. All rights reserved.