|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDigester
Computes an IDigest (hash value) for the provided data.
| Method Summary | |
|---|---|
IDigest |
digest()
|
IDigest |
digest(byte[] bytes)
|
IDigest |
digest(byte[] bytes,
int offset,
int len)
|
String |
getAlgorithmName()
|
void |
reset()
|
void |
update(byte[] bytes)
|
void |
update(byte[] bytes,
int offset,
int len)
|
| Method Detail |
|---|
IDigest digest()
IDigest digest(byte[] bytes)
IDigest digest(byte[] bytes,
int offset,
int len)
String getAlgorithmName()
void reset()
void update(byte[] bytes)
void update(byte[] bytes,
int offset,
int len)
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||