| Modifier and Type | Method and Description |
|---|---|
IDigest |
digest(byte[] input)
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.
|
String |
toString() |
public IDigest digest(byte[] input)
IDigesterIDigest.public IDigest digestFinal()
IDigesterdigestFinal in interface IDigesterpublic void digestUpdate(InputStream is) throws IOException
IDigesterdigestUpdate in interface IDigesterIOExceptionpublic String getAlgorithmName()
IDigesterIDigester.getAlgorithmName in interface IDigesterpublic void reset()
IDigesterCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.