fedora.server.utilities
Class MD5Utility

java.lang.Object
  extended byfedora.server.utilities.MD5Utility

public abstract class MD5Utility
extends java.lang.Object

Title: ND5Utility.java

Description: Static methods for creating evenly-distributed hashes.

Version:
$Id: MD5Utility.java,v 1.8 2005/04/21 13:25:41 rlw Exp $
Author:
cwilper@cs.cornell.edu

Constructor Summary
MD5Utility()
           
 
Method Summary
static java.lang.String getBase16Hash(java.lang.String in)
          Get hash of the given String in hex.
static void main(java.lang.String[] args)
          Command-line test that returns the hash of the argument, 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 java.lang.String getBase16Hash(java.lang.String in)
Get hash of the given String in hex.


main

public static void main(java.lang.String[] args)
Command-line test that returns the hash of the argument, in hex.