Package net.sourceforge.plantuml.eggs
Class EggUtils
java.lang.Object
net.sourceforge.plantuml.eggs.EggUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
fromByteArrays
(byte[] data) static BigInteger
static byte[]
static byte[]
xor
(byte[] data, byte[] key)
-
Constructor Details
-
EggUtils
public EggUtils()
-
-
Method Details
-
fromByteArrays
-
toByteArrays
-
fromSecretSentence
-
xor
public static byte[] xor(byte[] data, byte[] key)
-