net.sourceforge.plantuml.eggs
Class EggUtils

java.lang.Object
  extended by net.sourceforge.plantuml.eggs.EggUtils

public class EggUtils
extends Object


Constructor Summary
EggUtils()
           
 
Method Summary
static String fromByteArrays(byte[] data)
           
static BigInteger fromSecretSentence(String s)
           
static byte[] toByteArrays(String s)
           
static byte[] xor(byte[] data, byte[] key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EggUtils

public EggUtils()
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)


Copyright © 2013. All Rights Reserved.