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