|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 ZipRaesController.sync(de.schlichtherle.truezip.util.BitField 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 | |
|---|---|
static interface |
KeyProvider.Factory<P extends KeyProvider<?>>
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. |
| Methods in de.schlichtherle.truezip.key that return KeyProvider | |
|---|---|
KeyProvider<K> |
KeyManager.getKeyProvider(URI resource)
Returns the key provider for the given protected resource. |
KeyProvider<K> |
KeyManager.moveKeyProvider(URI oldResource,
URI newResource)
Moves the key provider from the URI oldResource to
newResource. |
KeyProvider<K> |
KeyManager.removeKeyProvider(URI resource)
Removes the key provider for the given protected resource. |
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||