|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.util
Class Encrypt

java.lang.Objectcom.flexstor.common.util.Encrypt
- public class Encrypt
- extends java.lang.Object
Encrypts or Decrypts a string. Based on the Blustone Sapphire/Web class Sa.SaEncrypt
| Field Summary | |
private static int |
thekey
|
| Constructor Summary | |
Encrypt()
|
|
| Method Summary | |
static java.lang.String |
decrypt(java.lang.String str)
|
static java.lang.String |
encrypt(java.lang.String str)
|
private static char |
getHexChar(int val)
|
private static int |
getHexInt(char val)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
thekey
private static int thekey
| Constructor Detail |
Encrypt
public Encrypt()
| Method Detail |
getHexChar
private static char getHexChar(int val)
getHexInt
private static int getHexInt(char val)
encrypt
public static final java.lang.String encrypt(java.lang.String str)
decrypt
public static final java.lang.String decrypt(java.lang.String str)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.util.Encrypt