public class AESUtil extends Object
static String
AES
static int
KEY_LEN
UTF_8
AESUtil()
decrypt(String key, String data)
encrypt(String key, String data)
genAESKey()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String AES
public static int KEY_LEN
public static String UTF_8
public AESUtil()
public static String genAESKey() throws Exception
Exception
public static String encrypt(String key, String data) throws Exception
public static String decrypt(String key, String data) throws Exception
Copyright © 2023. All rights reserved.