public abstract class AbstractDigesterHashStrategy extends Object implements HashStrategy
| Constructor and Description |
|---|
AbstractDigesterHashStrategy() |
public String getHash(InputStream input) throws IOException
getHash in interface HashBuilderinput - to digest.IOException - if there was an error during reading the stream content.protected abstract MessageDigest newMessageDigest() throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2008-2013. All Rights Reserved.