|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface CipherContext
Cipher
の情報を管理するクラスです。
メソッドの概要 | |
---|---|
Cipher |
getCipher(int opmode)
Cipher のインスタンスを取得します。 |
String |
getId()
CipherContextの識別子を返します。 |
メソッドの詳細 |
---|
Cipher getCipher(int opmode)
Cipher
のインスタンスを取得します。
opmode
- 暗号の操作モード (Cipher.ENCRYPT_MODE
、
Cipher.DECRYPT_MODE
、Cipher.WRAP_MODE
、または
Cipher.UNWRAP_MODE
のどれか)
Cipher
のインスタンスString getId()
CipherPoolUtil
のプールのキーになります。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |