|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use UnknownKeyException | |
|---|---|
| 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. |
| Uses of UnknownKeyException in de.schlichtherle.truezip.crypto.raes.param.swing |
|---|
| Methods in de.schlichtherle.truezip.crypto.raes.param.swing that throw UnknownKeyException | |
|---|---|
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)
|
| Uses of UnknownKeyException in de.schlichtherle.truezip.key |
|---|
| Subclasses of UnknownKeyException in de.schlichtherle.truezip.key | |
|---|---|
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. |
| Methods in de.schlichtherle.truezip.key that throw UnknownKeyException | ||
|---|---|---|
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
|
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
|
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. |
|
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||