| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ZipRaesDriver.KeyProviderSyncStrategy.sync(KeyProvider<?> provider)
This method is called upon a call to
ZipRaesController.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>, de.schlichtherle.truezip.util.ExceptionHandler<? super de.schlichtherle.truezip.fs.FsSyncException, X>) after a successful
synchronization of a RAES encrypted ZIP file. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyProvider.Factory<P extends KeyProvider<?>>
A factory for key providers.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.