public class AesUtil extends Object
private static String
DEFAULTKEY
AesUtil()
static byte[]
decrypt(byte[] decryptByte)
decrypt(byte[] decryptString, String decryptKey)
encrypt(byte[] encryptByte)
encrypt(String encryptString)
encrypt(String encryptString, String encryptKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static final String DEFAULTKEY
public AesUtil()
public static byte[] encrypt(String encryptString)
public static byte[] encrypt(byte[] encryptByte)
public static byte[] decrypt(byte[] decryptByte)
public static byte[] encrypt(String encryptString, String encryptKey)
public static byte[] decrypt(byte[] decryptString, String decryptKey)
Copyright © 2020. All rights reserved.