Java String Calculate MD5

Here is a quicky one. I was surprised to see that when i needed a quick way to calculate the MD5 hash of a string it was not in the java.lang.String class. I know things with Java have to be well structured and since MD5 is a hashing algorithm it is fairly logical to...