public class AES256Coder extends Object
static String
CIPHER_ALGORITHM
KEY_ALGORITHM
static Integer
KEY_LENGTH
AES256Coder()
static byte[]
decrypt(byte[] data, byte[] key)
encrypt(byte[] data, byte[] key)
initKey()
static Key
toKey(byte[] key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String KEY_ALGORITHM
public static final String CIPHER_ALGORITHM
public static final Integer KEY_LENGTH
public AES256Coder()
public static byte[] initKey() throws Exception
Exception
public static Key toKey(byte[] key)
public static byte[] encrypt(byte[] data, byte[] key) throws Exception
public static byte[] decrypt(byte[] data, byte[] key) throws Exception
Copyright © 2023. All rights reserved.