org.dvb.security
Class KeyStoreCallbackHandlerProtection

java.lang.Object
  extended by org.dvb.security.KeyStoreCallbackHandlerProtection
All Implemented Interfaces:
KeyStoreProtectionParameters

public class KeyStoreCallbackHandlerProtection
extends java.lang.Object
implements KeyStoreProtectionParameters

A protection parameter encapsulating a CallbackHandler.


Constructor Summary
KeyStoreCallbackHandlerProtection(CallbackHandler handler)
          Creates a new instance of KeyStoreCallbackHandlerProtection
 
Method Summary
 CallbackHandler getCallbackHandler()
          Returns the callback handler.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreCallbackHandlerProtection

public KeyStoreCallbackHandlerProtection(CallbackHandler handler)
Creates a new instance of KeyStoreCallbackHandlerProtection

Method Detail

getCallbackHandler

public CallbackHandler getCallbackHandler()
Returns the callback handler.