|
TrueZIP 6.8.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use UnknownKeyException | |
|---|---|
| de.schlichtherle.key | An extensible, generalized manager for keys of arbitrary type required to create or open protected resources. |
| Uses of UnknownKeyException in de.schlichtherle.key |
|---|
| Subclasses of UnknownKeyException in de.schlichtherle.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.key that throw UnknownKeyException | |
|---|---|
Object |
KeyProvider.getCreateKey()
Returns the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
Object |
AbstractKeyProvider.getCreateKey()
Forwards the call to AbstractKeyProvider.getCreateKeyImpl(). |
abstract Object |
PromptingKeyProvider.State.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Reset.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyProvided.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyChangeRequested.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Cancelled.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.getCreateKeyImpl()
Returns a clone of the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
protected Object |
AbstractKeyProvider.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. |
Object |
KeyProvider.getOpenKey()
Returns the key which may be used to open an existing protected resource in order to access its contents. |
Object |
AbstractKeyProvider.getOpenKey()
Forwards the call to AbstractKeyProvider.getOpenKeyImpl() and enforces a three
seconds suspension penalty if AbstractKeyProvider.invalidOpenKey() was called by
the same thread before. |
abstract Object |
PromptingKeyProvider.State.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Reset.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyInvalidated.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Cancelled.getOpenKey(PromptingKeyProvider provider)
|
protected Object |
PromptingKeyProvider.getOpenKeyImpl()
Returns a clone of the key which may be used to open an existing protected resource in order to access its contents. |
protected Object |
AbstractKeyProvider.getOpenKeyImpl()
Returns the key which should be used to open an existing protected resource in order to access its contents. |
private Object |
PromptingKeyProvider.promptCreateKey()
Prompts for a key to create or entirely overwrite a protected resource. |
private Object |
PromptingKeyProvider.promptOpenKey(boolean invalid)
Prompts for a key to open a protected resource. |
|
TrueZIP 6.8.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||