Uses of Class
org.codehaus.plexus.digest.DigesterException
-
Uses of DigesterException in org.codehaus.plexus.digest
Methods in org.codehaus.plexus.digest that throw DigesterExceptionModifier and TypeMethodDescriptionCalculate a checksum for a file.AbstractStreamingDigester.calc()calc.Calculate a checksum for a file.StreamingDigester.calc()Calculate the current checksum.static StringDigestUtils.cleanChecksum(String checksum, String algorithm, String path) cleanChecksum.static StringDigestUtils.cleanChecksum(String rawChecksum, Digester digester, String expectedFilename) Take a raw checksum string and verify that it matches the expectedFilename and digester, then return the trimmed checksum string.ChecksumFile.createChecksum(File referenceFile, Digester digester) Creates a checksum file of the provided referenceFile.booleanChecksumFile.isValidChecksum(File checksumFile) Given a checksum file, check to see if the file it represents is valid according to the checksum.voidAbstractStreamingDigester.reset()reset.voidStreamingDigester.reset()Reset the hashcode calculation algorithm.voidAbstractStreamingDigester.update(InputStream is) Update the checksum with the content of the input stream.protected static voidAbstractStreamingDigester.update(InputStream is, MessageDigest digest) update.voidStreamingDigester.update(InputStream is) Update the checksum with the content of the input stream.voidVerify that a checksum is correct.voidVerify that a checksum is correct.