My guess would be that you have some conflicting Java libraries in your project, namely those with this class definition:
org.apache.commons.codec.digest.DigestUtils.sha1Hex
You can use Eclipse to find out which of your libraries contain this class and try to delete one of them (make a backup of it before doing so though!). The library you'll delete will most likely be used in other cases, so this takes some time to figure out.