public class AESUtils extends Object
AES加密处理工具类
Created by Roney on 2020/12/25
static int
AES_LENGTH
static String
decrypt(String content, String password)
encrypt(String content, String password)
getKey(int length)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int AES_LENGTH
public static String getKey(int length)
length
public static String encrypt(String content, String password)
content
password
public static String decrypt(String content, String password)
Copyright © 2024. All rights reserved.