JavaTM 2 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 - 如果 handler 為 null
方法詳細資訊

getCallbackHandler

public CallbackHandler getCallbackHandler()
返回 CallbackHandler。

返回:
CallbackHandler。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only