|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.text.StringEncoder
public final class StringEncoder
| Method Summary | |
|---|---|
static String |
bytesToHex(byte[] raw)
|
static String |
bytesToHex(byte[] raw,
String separator)
|
static String |
bytesToHex(ByteBuffer buffer)
|
static String |
bytesToHex(Collection<Byte> values,
String charset)
Deprecated. |
static byte[] |
hexToBytes(char[] hex)
|
static byte[] |
hexToBytes(char[] hex,
byte[] _prefix,
byte[] _suffix)
|
static byte[] |
hexToBytes(String hex)
|
static byte[] |
hexToBytes(String hex,
byte[] prefix,
byte[] postfix)
|
static String |
xor(String value,
int key)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String bytesToHex(byte[] raw,
String separator)
public static String bytesToHex(byte[] raw)
public static String bytesToHex(ByteBuffer buffer)
@Deprecated
public static String bytesToHex(Collection<Byte> values,
String charset)
public static byte[] hexToBytes(char[] hex)
public static byte[] hexToBytes(char[] hex,
byte[] _prefix,
byte[] _suffix)
public static byte[] hexToBytes(String hex)
public static byte[] hexToBytes(String hex,
byte[] prefix,
byte[] postfix)
public static String xor(String value,
int key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||