publicstatic class KeyStore.CallbackHandlerProtection
A ProtectionParameter encapsulating a CallbackHandler.
A ProtectionParameter encapsulating a CallbackHandler.
See also:
Constructors
public KeyStore.CallbackHandlerProtection
(CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a
CallbackHandler.
Constructs a new CallbackHandlerProtection from a CallbackHandler.
Parameters: - handler - the CallbackHandler
Throws: - NullPointerException - if handler is null