|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PromptingKeyProvider | |
|---|---|
| de.schlichtherle.truezip.crypto.raes.param.console | The console I/O based implementation of the interface
PromptingKeyProvider.UI. |
| 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 PromptingKeyProvider in de.schlichtherle.truezip.crypto.raes.param.console |
|---|
| Methods in de.schlichtherle.truezip.crypto.raes.param.console with parameters of type PromptingKeyProvider | |
|---|---|
void |
AesCipherParametersUI.promptCreateKey(PromptingKeyProvider<? super AesCipherParameters> provider)
|
void |
AesCipherParametersUI.promptOpenKey(PromptingKeyProvider<? super AesCipherParameters> provider,
boolean invalid)
|
| Uses of PromptingKeyProvider in de.schlichtherle.truezip.crypto.raes.param.swing |
|---|
| Fields in de.schlichtherle.truezip.crypto.raes.param.swing with type parameters of type PromptingKeyProvider | |
|---|---|
private static Map<PromptingKeyProvider<?>,OpenKeyPanel> |
AesCipherParametersUI.openKeyPanels
|
| Methods in de.schlichtherle.truezip.crypto.raes.param.swing with parameters of type PromptingKeyProvider | |
|---|---|
void |
AesCipherParametersUI.promptCreateKey(PromptingKeyProvider<? super AesCipherParameters> provider)
|
private void |
AesCipherParametersUI.promptCreateKeyEDT(PromptingKeyProvider<? super AesCipherParameters> provider)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
void |
AesCipherParametersUI.promptOpenKey(PromptingKeyProvider<? super AesCipherParameters> provider,
boolean invalid)
|
private void |
AesCipherParametersUI.promptOpenKeyEDT(PromptingKeyProvider<? super AesCipherParameters> provider,
boolean invalid)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
| Uses of PromptingKeyProvider in de.schlichtherle.truezip.key |
|---|
| Methods in de.schlichtherle.truezip.key that return PromptingKeyProvider | |
|---|---|
PromptingKeyProvider<K> |
PromptingKeyManager.getKeyProvider(URI resource)
|
PromptingKeyProvider<K> |
PromptingKeyManager.PromptingKeyProviderFactory.newKeyProvider()
|
| Methods in de.schlichtherle.truezip.key with parameters of type PromptingKeyProvider | ||
|---|---|---|
(package private) abstract
|
PromptingKeyProvider.State.getCreateKey(PromptingKeyProvider<K> provider)
|
|
(package private) abstract
|
PromptingKeyProvider.State.getOpenKey(PromptingKeyProvider<K> provider,
boolean invalid)
|
|
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. |
|
(package private) abstract
|
PromptingKeyProvider.State.resetCancelledKey(PromptingKeyProvider<K> provider)
|
|
(package private) abstract
|
PromptingKeyProvider.State.setKey(PromptingKeyProvider<K> provider,
K key)
|
|
|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||