public interface ChecksumProvider
| Modifier and Type | Method and Description |
|---|---|
String |
calculateChecksum(InputStream inputStream)
Calculates checksum from
InputStream |
String |
getChecksumAlgorithm()
Returns identifier for check sum algorithm
|
String calculateChecksum(InputStream inputStream) throws IOException, NoSuchAlgorithmException
InputStream{@link - InputStream} to processIOExceptionNoSuchAlgorithmExceptionString getChecksumAlgorithm()
This work is licensed under a Creative Commons Attribution 4.0 International License.