public class SHA3
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
SHA3(int bitLength) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doFinal(byte[] out,
int offset) |
protected int |
doFinal(byte[] out,
int offset,
byte delimitedByte,
int delimitedBits) |
protected int |
getDigestSize() |
protected void |
init(int bitLength) |
protected void |
reset() |
protected void |
update(byte data)
Add one byte
|
protected void |
update(byte[] data,
int offset,
int lenBytes)
Add a stream of bytes.
|
protected int getDigestSize()
protected void init(int bitLength)
protected void update(byte data)
data - protected void update(byte[] data,
int offset,
int lenBytes)
data - offset - lenBytes - the number of bytesprotected int doFinal(byte[] out,
int offset)
protected int doFinal(byte[] out,
int offset,
byte delimitedByte,
int delimitedBits)
protected void reset()