public abstract class GeneralDigest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
byteCount |
private byte[] |
xBuf |
private int |
xBufOff |
Modifier | Constructor and Description |
---|---|
protected |
GeneralDigest()
Standard constructor
|
protected |
GeneralDigest(GeneralDigest t)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
finish() |
protected abstract void |
processBlock() |
protected abstract void |
processLength(long bitLength) |
protected abstract void |
processWord(byte[] in,
int inOff) |
void |
reset() |
void |
update(byte in) |
void |
update(byte[] in,
int inOff,
int len) |
protected GeneralDigest()
protected GeneralDigest(GeneralDigest t)
public void update(byte in)
public void update(byte[] in, int inOff, int len)
public void finish()
public void reset()
protected abstract void processWord(byte[] in, int inOff)
protected abstract void processLength(long bitLength)
protected abstract void processBlock()
Generated on June 8 2013