public class EncodingUtils
extends java.lang.Object
Constructor and Description |
---|
EncodingUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
decodeAndXor(java.lang.String value)
URL Decodes the
value and applies the XOR algorithm. |
static java.lang.String |
encodeAndXor(java.lang.String value)
URL Encodes the
value and applies the XOR algorithm. |
public static java.lang.String encodeAndXor(java.lang.String value) throws java.io.UnsupportedEncodingException
value
and applies the XOR algorithm.value
- The value to be encoded.java.io.UnsupportedEncodingException
public static java.lang.String decodeAndXor(java.lang.String value) throws java.io.UnsupportedEncodingException
value
and applies the XOR algorithm.value
- The value to be decoded.java.io.UnsupportedEncodingException