public class EggUtils extends Object
Constructor and Description |
---|
EggUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
fromByteArrays(byte[] data) |
static BigInteger |
fromSecretSentence(String s) |
static byte[] |
toByteArrays(String s) |
static byte[] |
xor(byte[] data,
byte[] key) |
public static String fromByteArrays(byte[] data)
public static byte[] toByteArrays(String s)
public static BigInteger fromSecretSentence(String s)
public static byte[] xor(byte[] data, byte[] key)
Copyright © 2015. All Rights Reserved.