Uses of Class
org.dvb.security.LoginException

Packages that use LoginException
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 LoginException in org.dvb.security
 

Methods in org.dvb.security that throw LoginException
abstract  void AuthProvider.login(java.security.Principal identity, CallbackHandler handler)
          log in to this provider
abstract  void AuthProvider.logout()
          logout from this provider
 

Uses of LoginException in org.dvb.security.pkcs11
 

Methods in org.dvb.security.pkcs11 that throw LoginException
abstract  void DVBPKCS11Provider.login(java.security.Principal identity, CallbackHandler handler)
          This method is used to explicitly log into a PKCS11 token.
abstract  void DVBPKCS11Provider.logout()
          This method is called to explicitly log out from a PKCS11 token.