org.fcrepo.server.utilities
Class MD5Utility

java.lang.Object
  extended by org.fcrepo.server.utilities.MD5Utility

public abstract class MD5Utility
extends Object

Static methods for creating evenly-distributed hashes.

Author:
Chris Wilper

Constructor Summary
MD5Utility()
           
 
Method Summary
static String getBase16Hash(String in)
          Get hash of the given String in hex.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5Utility

public MD5Utility()
Method Detail

getBase16Hash

public static String getBase16Hash(String in)
Get hash of the given String in hex.



Copyright © 2011 DuraSpace. All Rights Reserved.