public class AES
extends Object
-
-
构造器概要
构造器
AES(byte[] keys,
byte[] ivs)
AES(String algorithm,
byte[] keys,
byte[] ivs)
-
方法概要
byte[]
byte[]
byte[]
byte[]
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
KEY_ALGORITHM
public static final String KEY_ALGORITHM
- 另请参阅:
-
-
CIPHER_ALGORITHM
public static final String CIPHER_ALGORITHM
- 另请参阅:
-
-
-
方法详细资料
-
getKey
public byte[] getKey()
-
-
-