public class AESUtil extends Object
AESUtil()
static byte[]
decrypt(byte[] ivBytes, byte[] passBytes, byte[] encryptedBytes)
decrypt(byte[] content, String password)
encrypt(String content, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AESUtil()
public static byte[] encrypt(String content, String password)
public static byte[] decrypt(byte[] content, String password)
public static byte[] decrypt(byte[] ivBytes, byte[] passBytes, byte[] encryptedBytes)
Copyright © 2022. All rights reserved.