public class Aes128 extends Object
Aes128()
static byte[]
decrypt(byte[] content, byte[] password)
encrypt(byte[] byteContent, byte[] password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Aes128()
public static byte[] encrypt(byte[] byteContent, byte[] password)
byteContent
password
public static byte[] decrypt(byte[] content, byte[] password)
content
Copyright © 2021. All rights reserved.