Uses of Interface
org.dvb.security.KeyStoreProtectionParameters

Packages that use KeyStoreProtectionParameters
org.dvb.security Enables applications to login to a PKCS11 token for non key related operations including providing PIN codes. 
 

Uses of KeyStoreProtectionParameters in org.dvb.security
 

Classes in org.dvb.security that implement KeyStoreProtectionParameters
 class KeyStoreCallbackHandlerProtection
          A protection parameter encapsulating a CallbackHandler.
 

Methods in org.dvb.security with parameters of type KeyStoreProtectionParameters
 void DVBKeyStore.load(KeyStoreProtectionParameters p)
          Loads this keystore using the given protection parameters
static KeyStoreBuilder KeyStoreBuilder.newInstance(java.lang.String type, java.security.Provider provider, KeyStoreProtectionParameters protection)
          Returns a new builder object.