| Package | Description |
|---|---|
| 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.key |
A generic, extensible manager for keys of arbitrary type required to
create or open protected resources.
|
| 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 |
|---|---|
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 | Class and Description |
|---|---|
private static class |
PromptingKeyProvider.ReadController<K extends SafeKey<K>> |
private static class |
PromptingKeyProvider.WriteController<K extends SafeKey<K>> |
| Modifier and Type | Method and Description |
|---|---|
void |
PromptingKeyProvider.View.promptReadKey(PromptingKeyProvider.Controller<K> controller,
boolean invalid)
Prompts the user for the key for reading the contents of an
existing protected resource.
|
void |
PromptingKeyProvider.View.promptWriteKey(PromptingKeyProvider.Controller<K> controller)
Prompts the user for the key for (over)writing the contents of a
new or existing protected resource.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.