| Package | Description |
|---|---|
| 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 |
|---|---|
private static void |
AesCipherParametersView.multiplexOnEDT(Runnable task)
Invokes the given
task on the AWT Event Dispatching Thread
(EDT) and waits until it's finished. |
void |
AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid) |
void |
AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPromptingCancelledException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been cancelled.
|
class |
KeyPromptingDisabledException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
|
class |
KeyPromptingInterruptedException
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
|
class |
KeyPromptingTimeoutException
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
|
| Modifier and Type | Method and Description |
|---|---|
K |
SafeKeyProvider.getReadKey(boolean invalid)
Returns the key for reading the contents of an existing protected
resource.
|
K |
KeyProvider.getReadKey(boolean invalid)
Returns the key for reading the contents of an existing protected
resource.
|
(package private) abstract <K extends SafeKey<K>> |
PromptingKeyProvider.State.getReadKey(PromptingKeyProvider<K> provider,
boolean invalid) |
protected abstract K |
SafeKeyProvider.getReadKeyImpl(boolean invalid)
Returns the key for reading the contents of an existing protected
resource.
|
protected K |
PromptingKeyProvider.getReadKeyImpl(boolean invalid) |
K |
SafeKeyProvider.getWriteKey()
Returns the key for (over)writing the contents of a new or existing
protected resource.
|
K |
KeyProvider.getWriteKey()
Returns the key for (over)writing the contents of a new or existing
protected resource.
|
(package private) abstract <K extends SafeKey<K>> |
PromptingKeyProvider.State.getWriteKey(PromptingKeyProvider<K> provider) |
protected abstract K |
SafeKeyProvider.getWriteKeyImpl()
Returns the key for (over)writing the contents of a new or existing
protected resource.
|
protected K |
PromptingKeyProvider.getWriteKeyImpl() |
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.