Class ChecksumUtils
java.lang.Object
com.googlecode.download.maven.plugin.internal.ChecksumUtils
- Author:
- Mickael Istria (Red Hat Inc)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcomputeChecksumAsString(File file, MessageDigest digest) static Stringstatic Stringstatic Stringstatic Stringstatic voidverifyChecksum(File file, String expectedDigest, MessageDigest digest)
-
Constructor Details
-
ChecksumUtils
public ChecksumUtils()
-
-
Method Details
-
verifyChecksum
public static void verifyChecksum(File file, String expectedDigest, MessageDigest digest) throws Exception - Throws:
Exception
-
computeChecksumAsString
- Throws:
IOException
-
getMD5
- Throws:
IOExceptionNoSuchAlgorithmException
-
getSHA1
- Throws:
IOExceptionNoSuchAlgorithmException
-
getSHA256
- Throws:
IOExceptionNoSuchAlgorithmException
-
getSHA512
- Throws:
IOExceptionNoSuchAlgorithmException
-