TrueZIP Driver ZIP.RAES (TZP) 7.1

Uses of Class
de.schlichtherle.truezip.key.PromptingKeyProvider.Controller

Packages that use PromptingKeyProvider.Controller
de.schlichtherle.truezip.crypto.raes.param.console The console I/O based implementation of the interface PromptingKeyProvider.View
de.schlichtherle.truezip.crypto.raes.param.swing The console I/O based implementation of the interface PromptingKeyProvider.View
de.schlichtherle.truezip.key A generic, extensible manager for keys of arbitrary type required to create or open protected resources. 
 

Uses of PromptingKeyProvider.Controller in de.schlichtherle.truezip.crypto.raes.param.console
 

Methods in de.schlichtherle.truezip.crypto.raes.param.console with parameters of type PromptingKeyProvider.Controller
 void AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller, boolean invalid)
           
 void AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller)
           
 

Uses of PromptingKeyProvider.Controller in de.schlichtherle.truezip.crypto.raes.param.swing
 

Methods in de.schlichtherle.truezip.crypto.raes.param.swing with parameters of type PromptingKeyProvider.Controller
 void AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller, boolean invalid)
           
private  void AesCipherParametersView.promptReadKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters> controller, boolean invalid)
          This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
 void AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller)
           
private  void AesCipherParametersView.promptWriteKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters> controller)
          This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
 

Uses of PromptingKeyProvider.Controller in de.schlichtherle.truezip.key
 

Subclasses of PromptingKeyProvider.Controller in de.schlichtherle.truezip.key
private static class PromptingKeyProvider.ReadController<K extends SafeKey<K>>
           
private static class PromptingKeyProvider.WriteController<K extends SafeKey<K>>
           
 

Methods in de.schlichtherle.truezip.key with parameters of type PromptingKeyProvider.Controller
 void PromptingKeyProvider.View.promptReadKey(PromptingKeyProvider.Controller<K> controller, boolean invalid)
          Prompts the user for the key for reading the contents of an existing protected resource.
 void PromptingKeyProvider.View.promptWriteKey(PromptingKeyProvider.Controller<K> controller)
          Prompts the user for the key for (over)writing the contents of a new or existing protected resource.
 


TrueZIP Driver ZIP.RAES (TZP) 7.1

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