org.seasar.util.crypto
インタフェース CipherContext

既知の実装クラスの一覧:
CipherContextImpl

public interface CipherContext

Cipherの情報を管理するクラスです。

作成者:
shinsuke

メソッドの概要
 Cipher getCipher(int opmode)
          Cipherのインスタンスを取得します。
 String getId()
          CipherContextの識別子を返します。
 

メソッドの詳細

getCipher

Cipher getCipher(int opmode)
Cipherのインスタンスを取得します。

パラメータ:
opmode - 暗号の操作モード (Cipher.ENCRYPT_MODECipher.DECRYPT_MODECipher.WRAP_MODE、または Cipher.UNWRAP_MODE のどれか)
戻り値:
Cipherのインスタンス

getId

String getId()
CipherContextの識別子を返します。 この値がCipherPoolUtilのプールのキーになります。

戻り値:
CipherContextの識別子


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.