org.rosuda.JRclient
Class jcrypt

java.lang.Object
  extended byorg.rosuda.JRclient.jcrypt

public class jcrypt
extends Object

jcrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au


Constructor Summary
jcrypt()
           
 
Method Summary
static String crypt(String salt, String original)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jcrypt

public jcrypt()
Method Detail

crypt

public static final String crypt(String salt,
                                 String original)