| Modifier and Type | Method and Description |
|---|---|
IDigest |
digest(byte[] bytes)
Digest bytes and return the resulting
IDigest. |
IDigest |
digestFinal()
Finalize a pending digest process with the data in the internal buffer.
|
void |
digestUpdate(InputStream is)
Append all bytes from input stream is to the internal buffer for
digesting.
|
String |
getAlgorithmName()
The JCA digest algorithm name for this
IDigester. |
void |
reset()
Reset the internal state.
|
IDigest digest(byte[] bytes)
IDigest.bytes - IDigest digestFinal()
void digestUpdate(InputStream is) throws IOException
is - IOExceptionString getAlgorithmName()
IDigester.void reset()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.