| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.raes.param |
Provides AES cipher parameters for use as the key for the class
PromptingKeyProvider. |
| 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.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files,
alias TZP files.
|
| Modifier and Type | Field and Description |
|---|---|
private AesCipherParameters |
KeyManagerRaesParameters.Type0.param |
| Modifier and Type | Field and Description |
|---|---|
private KeyManager<AesCipherParameters> |
KeyManagerRaesParameters.manager |
| Modifier and Type | Method and Description |
|---|---|
AesCipherParameters |
AesCipherParameters.clone() |
| Constructor and Description |
|---|
KeyManagerRaesParameters(KeyManager<AesCipherParameters> manager,
URI resource)
Constructs new RAES parameters using the given key manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid) |
void |
AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
WriteKeyPanel.updateParam(AesCipherParameters param) |
(package private) boolean |
ReadKeyPanel.updateParam(AesCipherParameters param) |
(package private) abstract boolean |
KeyPanel.updateParam(AesCipherParameters param) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) KeyManager<AesCipherParameters> |
ZipRaesDriver.getKeyManager() |
| Constructor and Description |
|---|
PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters> view)
Constructs a new prompting key manager service using the given view.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.