public class AESUtils extends Object
AESUtils()
static byte[]
decrypt(byte[] content, String password)
encrypt(String content, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AESUtils()
public static byte[] encrypt(String content, String password)
content
password
public static byte[] decrypt(byte[] content, String password)
Copyright © 2018 Mirry Technology. All rights reserved.