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