gov.nih.nci.cagrid.dorian.common
Class Crypt

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.common.Crypt

public class Crypt
extends java.lang.Object

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Method Summary
static java.lang.String crypt(java.lang.String original)
           
static java.lang.String crypt(java.lang.String salt, java.lang.String original)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

crypt

public static final java.lang.String crypt(java.lang.String original)

crypt

public static final java.lang.String crypt(java.lang.String salt,
                                           java.lang.String original)
Description of the Method

Parameters:
salt - Description of the Parameter
original - Description of the Parameter
Returns:
Description of the Return Value