|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.util.Jcrypt
public class Jcrypt
Java implementation of the unix crypt command.
Method Summary | |
---|---|
static java.lang.String |
crypt(java.lang.String salt,
java.lang.String original)
Crypt the argument string using the given salt. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final java.lang.String crypt(java.lang.String salt, java.lang.String original)
salt
- a two character string.original
- the string to crypt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |