|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jaulp.crypto.SimpleCryptoUtils
public final class SimpleCryptoUtils
Utility class for the use of encrypt or decrypt information.
Method Summary | |
---|---|
static java.lang.String |
decode(java.lang.String toDecode)
Decrypt the given String. |
static java.lang.String |
decode(java.lang.String toDecode,
int relocate)
Decrypt the given String. |
static java.lang.String |
encode(java.lang.String secret)
Encrypt the given String. |
static java.lang.String |
encode(java.lang.String secret,
int relocate)
Encrypt the given String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String decode(java.lang.String toDecode)
toDecode
- The String to decrypt.
public static java.lang.String decode(java.lang.String toDecode, int relocate)
toDecode
- The String to decrypt.relocate
- How much places to switch.
public static java.lang.String encode(java.lang.String secret)
secret
- The String to encrypt.
public static java.lang.String encode(java.lang.String secret, int relocate)
secret
- The String to encrypt.relocate
- How much places to switch.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |