public class AesEncryptor extends Object
AesEncryptor(String initKey)
String
decrypt(String encrypted)
encrypt(String plain)
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AesEncryptor(String initKey)
public static void main(String[] args) throws Exception
Exception
public String encrypt(String plain) throws Exception
public String decrypt(String encrypted) throws Exception