java.lang.Object
java.security.KeyStore.CallbackHandlerProtection
- 所有已实现的接口:
-
KeyStore.ProtectionParameter
- 封装类:
-
KeyStore
public static class KeyStore.CallbackHandlerProtection extends Object implements KeyStore.ProtectionParameter
一个封装了CallbackHandler的
ProtectionParameter
。
- 自 JDK 版本:
- 1.5
-
Constructor Summary
ConstructorDescriptionCallbackHandlerProtection
(CallbackHandler handler) 从CallbackHandler构造一个新的CallbackHandlerProtection。 -
Method Summary
-
Constructor Details
-
CallbackHandlerProtection
从CallbackHandler构造一个新的CallbackHandlerProtection。- 参数:
-
handler
- CallbackHandler - 抛出:
-
NullPointerException
- 如果handler为null
-
-
Method Details
-
getCallbackHandler
返回CallbackHandler。- 返回:
- CallbackHandler。
-