org.exist.security
Class MD5

java.lang.Object
  extended by org.exist.security.MD5

public class MD5
extends Object


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

Constructor Detail

MD5

public MD5()
Method Detail

md

public static String md(String passwd,
                        boolean base64)

byteArrayToHex

public static String byteArrayToHex(byte[] b)

main

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

Parameters:
args - The command line arguments


Copyright (C) Wolfgang Meier. All rights reserved.