net.sourceforge.plantuml.eggs
Class EggUtils
java.lang.Object
net.sourceforge.plantuml.eggs.EggUtils
public class EggUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EggUtils
public EggUtils()
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)
Copyright © 2013. All Rights Reserved.