| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.raes.param |
Provides interfaces and implementations for RAES cryptography parameters.
|
| de.schlichtherle.truezip.crypto.raes.param.console |
Provides the console I/O based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.crypto.raes.param.swing |
Provides the Swing based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files, alias TZP files.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyManager<AesCipherParameters> |
KeyManagerRaesParameters.manager
The key manager for accessing RAES encrypted data.
|
| Constructor and Description |
|---|
KeyManagerRaesParameters(KeyManager<AesCipherParameters> manager,
URI raes)
Constructs new RAES parameters.
|
| Modifier and Type | Method and Description |
|---|---|
AesCipherParameters |
AesCipherParametersView.newPbeParameters() |
| Modifier and Type | Method and Description |
|---|---|
AesCipherParameters |
AesCipherParametersView.newPbeParameters() |
| Constructor and Description |
|---|
PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters> view)
Constructs a new prompting key manager service using the given view.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.