|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.Crypt
public class Crypt
Crypt
Constructor Summary | |
---|---|
Crypt()
|
Method Summary | |
---|---|
static java.lang.String |
crypt(java.lang.String salt,
java.lang.String original)
Performs a one-way encryption using this class's algorithm. |
static void |
main(java.lang.String[] args)
|
static void |
usage(java.io.PrintWriter err)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Crypt()
Method Detail |
---|
public static final java.lang.String crypt(java.lang.String salt, java.lang.String original)
salt
- the salt to use. The salt must be a String of 2
chars, and in the range "[a-z][A-Z][0-9]./".original
- the string to be encrypted.
public static void main(java.lang.String[] args)
public static void usage(java.io.PrintWriter err)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |