|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindtree.techworks.insight.preferences.util.Crypt
public class Crypt
The Crypt class helps in encrypting/decrypting a string and converts the resultant string as a hex string.
| Constructor Summary | |
|---|---|
Crypt()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decryptHexString(java.lang.String text)
Decrypts the given hex representation of the array of bytes to a String |
static java.lang.String |
encryptHexString(java.lang.String text)
Encrypts the given String to a hex representation of the array of bytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Crypt()
| Method Detail |
|---|
public static java.lang.String encryptHexString(java.lang.String text)
public static java.lang.String decryptHexString(java.lang.String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||