TrueZIP 6.8

Uses of Class
de.schlichtherle.key.PromptingKeyProvider

Packages that use PromptingKeyProvider
de.schlichtherle.key An extensible, generalized manager for keys of arbitrary type required to create or open protected resources. 
de.schlichtherle.key.passwd.console The console I/O based implementation of the abstract base class KeyManager
de.schlichtherle.key.passwd.swing The Swing GUI based implementation of the abstract base class KeyManager
 

Uses of PromptingKeyProvider in de.schlichtherle.key
 

Subclasses of PromptingKeyProvider in de.schlichtherle.key
 class PromptingAesKeyProvider
          An implementation of AesKeyProvider which prompts the user for a key and allows to select the cipher key strength when creating a new AES encrypted resource or replacing the entire contents of an already existing AES encrypted resource.
 

Methods in de.schlichtherle.key with parameters of type PromptingKeyProvider
 void PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
          Prompts the user for the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
 boolean PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
          Prompts the user for the key which may be used to open an existing protected resource in order to access its contents.
 boolean PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
          Prompts the user for the key which may be used to open an existing protected resource in order to access its contents.
 

Uses of PromptingKeyProvider in de.schlichtherle.key.passwd.console
 

Methods in de.schlichtherle.key.passwd.console with parameters of type PromptingKeyProvider
 void PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
           
protected  void PromptingKeyProviderUI.promptExtraData(PromptingKeyProvider provider)
           
protected  void PromptingAesKeyProviderUI.promptExtraData(PromptingKeyProvider provider)
           
 boolean PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
           
 boolean PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
           
 

Uses of PromptingKeyProvider in de.schlichtherle.key.passwd.swing
 

Methods in de.schlichtherle.key.passwd.swing with parameters of type PromptingKeyProvider
 void PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
           
protected  void PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider, JComponent extraDataUI)
          This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
protected  void PromptingAesKeyProviderUI.promptCreateKey(PromptingKeyProvider provider, JComponent extraDataUI)
           
 boolean PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
           
protected  boolean PromptingKeyProviderUI.promptOpenKey(PromptingKeyProvider provider, boolean invalid, JComponent extraDataUI)
          This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
 boolean PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
           
 


TrueZIP 6.8

Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.