Uses of Package
org.dvb.auth.callback

Packages that use org.dvb.auth.callback
org.dvb.auth.callback Enables applications to ask the end-user for PIN codes. 
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. 
 

Classes in org.dvb.auth.callback used by org.dvb.auth.callback
Callback
          Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
UnsupportedCallbackException
          Thrown when a callback handler is asked to handle a callback which it cannot handle.
 

Classes in org.dvb.auth.callback used by org.dvb.security
CallbackHandler
          An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
 

Classes in org.dvb.auth.callback used by org.dvb.security.pkcs11
CallbackHandler
          An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.