java.lang.Object
java.security.KeyStore.CallbackHandlerProtection
- 所有已实现的接口:
KeyStore.ProtectionParameter
- 封闭类:
KeyStore
public static class KeyStore.CallbackHandlerProtection extends Object implements KeyStore.ProtectionParameter
一个
ProtectionParameter
封装了一个 CallbackHandler。
- 自从:
- 1.5
-
构造方法总结
构造方法构造方法描述CallbackHandlerProtection
(CallbackHandler handler) 从 CallbackHandler 构造一个新的 CallbackHandlerProtection。 -
方法总结
-
构造方法详细信息
-
CallbackHandlerProtection
从 CallbackHandler 构造一个新的 CallbackHandlerProtection。- 参数:
handler
- 回调处理程序- 抛出:
NullPointerException
- 如果处理程序是null
-
-
方法详情
-
getCallbackHandler
返回 CallbackHandler。- 返回:
- 回调处理程序。
-