|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.plugin.security.SecurityHelper
public class SecurityHelper
This class provides simple encode decode of strings
Constructor Summary | |
---|---|
SecurityHelper()
|
Method Summary | |
---|---|
static String |
convertToASCI(String binary)
Method converts a binary string to asci. |
static String |
convertToBinary(String asci)
Method converts a asci string to binary. |
static String |
decode(String stringIn)
Decode input string using a MessageDigest. |
static String |
encode(String stringIn)
Encode input string using a MessageDigest. |
static String |
getClearText(String stringIn)
Decode input string using a MessageDigest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityHelper()
Method Detail |
---|
public static String convertToASCI(String binary)
binary
- A String representing the value to be converted to ASCI.
public static String convertToBinary(String asci)
asci
- A String representing the value to be converted to binary.
public static String decode(String stringIn)
stringIn
- A String representing an encoded value
public static String encode(String stringIn)
stringIn
- A String representing the value to be encoded.
public static String getClearText(String stringIn)
stringIn
- a String representing an encoded value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |