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