org.dvb.security
Class KeyStoreCallbackHandlerProtection

java.lang.Object
  extended byorg.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
clone, equals, finalize, 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.