public class AES extends Object
AES()
static byte[]
decrypt(byte[] data, byte[] key)
encrypt(byte[] data, byte[] key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AES()
public static byte[] encrypt(byte[] data, byte[] key)
public static byte[] decrypt(byte[] data, byte[] key)
Copyright © 2020. All rights reserved.