public final class AESUtils extends Object
static String
KEY_ALGORITHM
KEY_ALGORITHM_PADDING
AESUtils()
static byte[]
decrypt(byte[] data, byte[] decryptKey, byte[] iv)
encrypt(byte[] data, byte[] encryptKey, byte[] iv)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String KEY_ALGORITHM
public static final String KEY_ALGORITHM_PADDING
public AESUtils()
public static byte[] encrypt(byte[] data, byte[] encryptKey, byte[] iv)
public static byte[] decrypt(byte[] data, byte[] decryptKey, byte[] iv)
Copyright © 2016. All rights reserved.