|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| 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.UI. |
| 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 |
AesCipherParametersUI.multiplexOnEDT(Runnable task)
Invokes the given task on the AWT Event Dispatching Thread
(EDT) and waits until it's finished. |
void |
AesCipherParametersUI.promptCreateKey(PromptingKeyProvider<? super AesCipherParameters> provider)
|
void |
AesCipherParametersUI.promptOpenKey(PromptingKeyProvider<? super AesCipherParameters> provider,
boolean invalid)
|
| 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.getCreateKey()
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
|
K |
KeyProvider.getCreateKey()
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
|
(package private) abstract
|
PromptingKeyProvider.State.getCreateKey(PromptingKeyProvider<K> provider)
|
|
protected K |
SafeKeyProvider.getCreateKeyImpl()
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
|
protected K |
PromptingKeyProvider.getCreateKeyImpl()
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
|
K |
SafeKeyProvider.getOpenKey(boolean invalid)
Returns the key which should be used to open an existing protected resource in order to access its contents. |
|
K |
KeyProvider.getOpenKey(boolean invalid)
Returns the key which should be used to open an existing protected resource in order to access its contents. |
|
(package private) abstract
|
PromptingKeyProvider.State.getOpenKey(PromptingKeyProvider<K> provider,
boolean invalid)
|
|
protected K |
SafeKeyProvider.getOpenKeyImpl(boolean invalid)
Returns the key which should be used to open an existing protected resource in order to access its contents. |
|
protected K |
PromptingKeyProvider.getOpenKeyImpl(boolean invalid)
Returns the key which should be used to open an existing protected resource in order to access its contents. |
|
void |
PromptingKeyProvider.UI.promptCreateKey(PromptingKeyProvider<? super K> provider)
Prompts the user for the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
|
void |
PromptingKeyProvider.UI.promptOpenKey(PromptingKeyProvider<? super K> provider,
boolean invalid)
Prompts the user for the key which may be used to open an existing protected resource in order to access its contents. |
|
|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||