public class AES extends Object
AES()
static String
decrypt(String cipherText, String key)
encrypt(String plainText, String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AES()
public static String encrypt(String plainText, String key)
plainText
key
public static String decrypt(String cipherText, String key)
cipherText
Copyright © 2020. All rights reserved.