org.exist.security
Class MD5

java.lang.Object
  extended byorg.exist.security.MD5

public class MD5
extends java.lang.Object

Description of the Class

Author:
Wolfgang Meier

Constructor Summary
MD5()
           
 
Method Summary
static java.lang.String byteArrayToHex(byte[] b)
          Description of the Method
static void main(java.lang.String[] args)
          The main program for the MD5 class
static java.lang.String md(java.lang.String passwd)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5

public MD5()
Method Detail

md

public static java.lang.String md(java.lang.String passwd)
Description of the Method

Parameters:
passwd - Description of the Parameter
Returns:
Description of the Return Value

byteArrayToHex

public static java.lang.String byteArrayToHex(byte[] b)
Description of the Method

Parameters:
b - Description of the Parameter
Returns:
Description of the Return Value

main

public static void main(java.lang.String[] args)
The main program for the MD5 class

Parameters:
args - The command line arguments


Copyright (C) Wolfgang Meier. All rights reserved.