Uses of Interface
org.dvb.auth.callback.CallbackHandler

Packages that use CallbackHandler
org.dvb.security Enables applications to login to a PKCS11 token for non key related operations including providing PIN codes. 
org.dvb.security.pkcs11 Provides information about available slots and tokens and enables the selection of the slot to use. 
 

Uses of CallbackHandler in org.dvb.security
 

Methods in org.dvb.security that return CallbackHandler
 CallbackHandler KeyStoreCallbackHandlerProtection.getCallbackHandler()
          Returns the callback handler.
 

Methods in org.dvb.security with parameters of type CallbackHandler
abstract  void AuthProvider.login(java.security.Principal identity, CallbackHandler handler)
          log in to this provider
abstract  void AuthProvider.setCallbackHandler(CallbackHandler handler)
          set a call back handler
 

Constructors in org.dvb.security with parameters of type CallbackHandler
KeyStoreCallbackHandlerProtection(CallbackHandler handler)
          Creates a new instance of KeyStoreCallbackHandlerProtection
 

Uses of CallbackHandler in org.dvb.security.pkcs11
 

Methods in org.dvb.security.pkcs11 with parameters of type CallbackHandler
abstract  void DVBPKCS11Provider.login(java.security.Principal identity, CallbackHandler handler)
          This method is used to explicitly log into a PKCS11 token.
abstract  void DVBPKCS11Provider.setCallbackHandler(CallbackHandler handler)
          This method is used to set a default callback handler for the provider.