JavaTM Platform
Standard Ed. 6

java.security
クラス KeyStore.CallbackHandlerProtection

java.lang.Object
  上位を拡張 java.security.KeyStore.CallbackHandlerProtection
すべての実装されたインタフェース:
KeyStore.ProtectionParameter
含まれているクラス:
KeyStore

public static class KeyStore.CallbackHandlerProtection
extends Object
implements KeyStore.ProtectionParameter

CallbackHandler をカプセル化した ProtectionParameter です。

導入されたバージョン:
1.5

コンストラクタの概要
KeyStore.CallbackHandlerProtection(CallbackHandler handler)
          CallbackHandler から新しい CallbackHandlerProtection を構築します。
 
メソッドの概要
 CallbackHandler getCallbackHandler()
          CallbackHandler を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

KeyStore.CallbackHandlerProtection

public KeyStore.CallbackHandlerProtection(CallbackHandler handler)
CallbackHandler から新しい CallbackHandlerProtection を構築します。

パラメータ:
handler - CallbackHandler
例外:
NullPointerException - ハンドラが null の場合
メソッドの詳細

getCallbackHandler

public CallbackHandler getCallbackHandler()
CallbackHandler を返します。

戻り値:
CallbackHandler

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。