クラス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
- 
コンストラクタのサマリーコンストラクタコンストラクタ説明CallbackHandlerProtection(CallbackHandler handler) CallbackHandlerから新しいCallbackHandlerProtectionを構築します。
- 
メソッドのサマリー
- 
コンストラクタの詳細- 
CallbackHandlerProtectionpublic CallbackHandlerProtection(CallbackHandler handler) CallbackHandlerから新しいCallbackHandlerProtectionを構築します。- パラメータ:
- handler- CallbackHandler
- 例外:
- NullPointerException- ハンドラが- nullの場合
 
 
- 
- 
メソッドの詳細- 
getCallbackHandler
 
-