com.safeidentity.adminservice.util
Class UnixCrypt

java.lang.Object
  extended bycom.safeidentity.adminservice.util.UnixCrypt

public class UnixCrypt
extends java.lang.Object

Author:
Administrator

Constructor Summary
UnixCrypt()
          Creates a new instance of UnixCrypt
 
Method Summary
static java.lang.String crypt(java.lang.String salt, java.lang.String original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixCrypt

public UnixCrypt()
Creates a new instance of UnixCrypt

Method Detail

crypt

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


Copyright © 2004 SoftForum Corp. All Rights Reserved.