public class EncryptionUtils extends Object
EncryptionUtils()
static String
decrypt(String seed, String encrypted)
encrypt(String seed, String cleartext)
static byte[]
toBytes(String hexString)
toHex(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EncryptionUtils()
public static String encrypt(String seed, String cleartext)
public static String decrypt(String seed, String encrypted)
public static byte[] toBytes(String hexString)
public static String toHex(byte[] bytes)
Copyright © 2014. All rights reserved.