public class AES extends Object
AES()
static String
decrypt(String strToDecrypt)
encrypt(String strToEncrypt)
static void
setKey(String myKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AES()
public static void setKey(String myKey)
public static String encrypt(String strToEncrypt)
public static String decrypt(String strToDecrypt)
Copyright © 2016. All rights reserved.