KeyStore.CallbackHandlerProtection

public static class KeyStore.CallbackHandlerProtection extends Object
implements KeyStore.ProtectionParameter

A ProtectionParameter encapsulating a CallbackHandler.

Public Constructor Summary

CallbackHandlerProtection(CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a CallbackHandler.

Public Method Summary

CallbackHandler
getCallbackHandler()
Returns the CallbackHandler.

Inherited Method Summary

Public Constructors

public CallbackHandlerProtection (CallbackHandler handler)

Constructs a new CallbackHandlerProtection from a CallbackHandler.

Parameters
handler the CallbackHandler
Throws
NullPointerException if handler is null

Public Methods

public CallbackHandler getCallbackHandler ()

Returns the CallbackHandler.

Returns
  • the CallbackHandler.