TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Uses of Interface
de.schlichtherle.truezip.key.KeyProvider

Packages that use KeyProvider
de.schlichtherle.truezip.fs.archive.zip.raes The archive driver family for RAES encrypted ZIP files, alias TZP files. 
de.schlichtherle.truezip.key A generic, extensible manager for keys of arbitrary type required to create or open protected resources. 
 

Uses of KeyProvider in de.schlichtherle.truezip.fs.archive.zip.raes
 

Methods in de.schlichtherle.truezip.fs.archive.zip.raes with parameters of type KeyProvider
abstract  void ZipRaesDriver.KeyProviderSyncStrategy.sync(KeyProvider<?> provider)
          This method is called upon a call to KeyManagerArchiveController.sync(de.schlichtherle.truezip.util.BitField, de.schlichtherle.truezip.util.ExceptionHandler) after a successful synchronization of a RAES encrypted ZIP file.
 

Uses of KeyProvider in de.schlichtherle.truezip.key
 

Classes in de.schlichtherle.truezip.key with type parameters of type KeyProvider
 interface KeyManager<K,P extends KeyProvider<K>>
          A container for key providers for protected resources which need to get created or opened by client applications.
static interface KeyProvider.Factory<K,P extends KeyProvider<K>>
          A factory for key providers.
 

Classes in de.schlichtherle.truezip.key that implement KeyProvider
 class PromptingKeyProvider<K extends SafeKey<K>>
          A "safe" key provider which prompts the user for a key for its protected resource.
 class SafeKeyProvider<K extends SafeKey<K>>
          Provides the base functionality required to implement a "safe" key provider.
 


TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

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