Class ChecksumUtils
- java.lang.Object
-
- com.googlecode.download.maven.plugin.internal.ChecksumUtils
-
public class ChecksumUtils extends Object
- Author:
- Mickael Istria (Red Hat Inc)
-
-
Constructor Summary
Constructors Constructor Description ChecksumUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcomputeChecksumAsString(File file, MessageDigest digest)static voidverifyChecksum(File file, String expectedDigest, MessageDigest digest)
-
-
-
Method Detail
-
verifyChecksum
public static void verifyChecksum(File file, String expectedDigest, MessageDigest digest) throws Exception
- Throws:
Exception
-
computeChecksumAsString
public static String computeChecksumAsString(File file, MessageDigest digest) throws IOException
- Throws:
IOException
-
-