Package net.sourceforge.plantuml.eggs
Class EggUtils
- java.lang.Object
-
- net.sourceforge.plantuml.eggs.EggUtils
-
public class EggUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description EggUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
fromByteArrays(byte[] data)
static BigInteger
fromSecretSentence(String s)
static byte[]
toByteArrays(String s)
static byte[]
xor(byte[] data, byte[] key)
-
-
-
Method Detail
-
fromByteArrays
public static String fromByteArrays(byte[] data)
-
toByteArrays
public static byte[] toByteArrays(String s)
-
fromSecretSentence
public static BigInteger fromSecretSentence(String s)
-
xor
public static byte[] xor(byte[] data, byte[] key)
-
-