public static final class AesEncryptor.AesContext
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
AesContext(java.security.Key key,
          byte[] iv)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getIv()
IV(イニシャルバリュー)を取得する。 
 | 
java.security.Key | 
getKey()
共通鍵を取得する。 
 |