public static class KeyStore.CallbackHandlerProtection extends Object implements KeyStore.ProtectionParameter
Constructor and Description |
---|
CallbackHandlerProtection(CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a
CallbackHandler.
|
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler()
Returns the CallbackHandler.
|
public CallbackHandlerProtection(CallbackHandler handler)
NullPointerException
- if handler is nullhandler
- the CallbackHandlerpublic CallbackHandler getCallbackHandler()